# HG changeset patch # User Glenn Morris # Date 1234511538 0 # Node ID bf06adf07c74612aa90af042d2566947a9254729 # Parent 8240a7c5e0997b6cca11bb0fd04a6447493b3950 (rmail-show-message): Restore argument list to the declaration now that this functions behaves in Emacs 23 as in 22. diff -r 8240a7c5e099 -r bf06adf07c74 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Fri Feb 13 07:48:13 2009 +0000 +++ b/lisp/org/ChangeLog Fri Feb 13 07:52:18 2009 +0000 @@ -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 -r 8240a7c5e099 -r bf06adf07c74 lisp/org/org-rmail.el --- a/lisp/org/org-rmail.el Fri Feb 13 07:48:13 2009 +0000 +++ b/lisp/org/org-rmail.el Fri Feb 13 07:52:18 2009 +0000 @@ -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)