changeset 101996:bf06adf07c74

(rmail-show-message): Restore argument list to the declaration now that this functions behaves in Emacs 23 as in 22.
author Glenn Morris <rgm@gnu.org>
date Fri, 13 Feb 2009 07:52:18 +0000
parents 8240a7c5e099
children 8ffd5a3d76ed
files lisp/org/ChangeLog lisp/org/org-rmail.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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)