From 3a2d9a7eb9f14e96b8e88955beeafceff9d221ba Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 28 Jan 2009 09:03:22 +0100 Subject: [PATCH] Maintenance: Remove invalid declaration. --- lisp/org-rmail.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el index 927d49eda..895da636d 100644 --- a/lisp/org-rmail.el +++ b/lisp/org-rmail.el @@ -35,7 +35,6 @@ (require 'org) ;; Declare external functions and variables -(declare-function rmail-narrow-to-non-pruned-header "rmail" ()) (declare-function rmail-show-message "rmail" (&optional n no-summary)) (declare-function rmail-what-message "rmail" ()) (defvar rmail-current-message)