that this functions behaves in Emacs 23 as in 22.
+2009-02-13 Glenn Morris <rgm@gnu.org>
+
+ * org-rmail.el (rmail-show-message): Restore argument list to the
+ declaration now that this functions behaves in Emacs 23 as in 22.
+
2009-02-12 Glenn Morris <rgm@gnu.org>
* org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
(require 'org)
;; Declare external functions and variables
-(declare-function rmail-show-message "rmail")
+(declare-function rmail-show-message "rmail" (&optional n no-summary))
(declare-function rmail-get-header "rmail" (name &optional msgnum))
(declare-function rmail-what-message "rmail" ())
(defvar rmail-current-message)