1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(rmail-show-message): Restore argument list to the declaration now

that this functions behaves in Emacs 23 as in 22.
This commit is contained in:
Glenn Morris 2009-02-13 07:52:18 +00:00
parent bc04f20723
commit 41342c8024
2 changed files with 6 additions and 1 deletions

View 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.

View 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)