(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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue