aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-02-13 07:52:18 +0000
committerGlenn Morris2009-02-13 07:52:18 +0000
commit41342c802485877aa4fee26f11f3470f0228ed3c (patch)
treeeb5f84e009337965e0fe3bc7d86e5b32dbf777b1
parentbc04f2072371259bcf77d1d513ce5be74ea953c2 (diff)
downloademacs-41342c802485877aa4fee26f11f3470f0228ed3c.tar.gz
emacs-41342c802485877aa4fee26f11f3470f0228ed3c.zip
(rmail-show-message): Restore argument list to the declaration now
that this functions behaves in Emacs 23 as in 22.
-rw-r--r--lisp/org/ChangeLog5
-rw-r--r--lisp/org/org-rmail.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index ad6cb2f17e4..f0eb33ff79b 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12009-02-13 Glenn Morris <rgm@gnu.org>
2
3 * org-rmail.el (rmail-show-message): Restore argument list to the
4 declaration now that this functions behaves in Emacs 23 as in 22.
5
12009-02-12 Glenn Morris <rgm@gnu.org> 62009-02-12 Glenn Morris <rgm@gnu.org>
2 7
3 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo. 8 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
diff --git a/lisp/org/org-rmail.el b/lisp/org/org-rmail.el
index 1f9bdf619e4..aed410f3d01 100644
--- a/lisp/org/org-rmail.el
+++ b/lisp/org/org-rmail.el
@@ -35,7 +35,7 @@
35(require 'org) 35(require 'org)
36 36
37;; Declare external functions and variables 37;; Declare external functions and variables
38(declare-function rmail-show-message "rmail") 38(declare-function rmail-show-message "rmail" (&optional n no-summary))
39(declare-function rmail-get-header "rmail" (name &optional msgnum)) 39(declare-function rmail-get-header "rmail" (name &optional msgnum))
40(declare-function rmail-what-message "rmail" ()) 40(declare-function rmail-what-message "rmail" ())
41(defvar rmail-current-message) 41(defvar rmail-current-message)