From: Glenn Morris Date: Fri, 13 Feb 2009 07:52:18 +0000 (+0000) Subject: (rmail-show-message): Restore argument list to the declaration now X-Git-Tag: emacs-pretest-23.0.91~245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41342c802485877aa4fee26f11f3470f0228ed3c;p=emacs.git (rmail-show-message): Restore argument list to the declaration now that this functions behaves in Emacs 23 as in 22. --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index ad6cb2f17e4..f0eb33ff79b 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,8 @@ +2009-02-13 Glenn Morris + + * 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 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo. diff --git a/lisp/org/org-rmail.el b/lisp/org/org-rmail.el index 1f9bdf619e4..aed410f3d01 100644 --- a/lisp/org/org-rmail.el +++ b/lisp/org/org-rmail.el @@ -35,7 +35,7 @@ (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)