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:
parent
bc04f20723
commit
41342c8024
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user