]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-show-message): Restore argument list to the declaration now
authorGlenn Morris <rgm@gnu.org>
Fri, 13 Feb 2009 07:52:18 +0000 (07:52 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 13 Feb 2009 07:52:18 +0000 (07:52 +0000)
that this functions behaves in Emacs 23 as in 22.

lisp/org/ChangeLog
lisp/org/org-rmail.el

index ad6cb2f17e42484ba83312797010b4326ce4c42a..f0eb33ff79bc267103b9fd57f362209642101151 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 1f9bdf619e4e4865bb45a460a41d55e2f90977cf..aed410f3d012b7bbe5f90988807723ea5ed6e0a3 100644 (file)
@@ -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)