]> git.eshelyaron.com Git - emacs.git/commitdiff
(pmail-show-message): Fix declaration.
authorGlenn Morris <rgm@gnu.org>
Thu, 8 Jan 2009 04:09:10 +0000 (04:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 8 Jan 2009 04:09:10 +0000 (04:09 +0000)
lisp/mail/ChangeLog.pmail
lisp/mail/pmailmsc.el

index 694ce92d36376411971d3fb20e3aa1c78ab1450f..e5d29605537040c63cc26bf12c133a877a3352b8 100644 (file)
@@ -1,3 +1,9 @@
+2009-01-08  Glenn Morris  <rgm@gnu.org>
+
+       * pmailmsc.el (pmail-show-message): Fix declaration.
+
+       * pmailsum.el (pmail-output-read-pmail-file-name): Remove declaration.
+
 2009-01-05  Richard M Stallman  <rms@gnu.org>
 
        * pmailkwd.el: Require pmail; delete compiler defvars.
index e3b12ae17d5b14f628198c84d741cb309c436986..112a03bd0d5f8d7e70d7156b9d59c7fd80c7ca09 100644 (file)
@@ -1,7 +1,7 @@
 ;;; pmailmsc.el --- miscellaneous support functions for the PMAIL mail reader
 
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;;   200 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
@@ -32,7 +32,7 @@
 (defvar pmail-inbox-list)
 
 (declare-function mail-parse-comma-list "mail-utils" ())
-(declare-function pmail-show-message "pmail" (&optional n no-summary))
+(declare-function pmail-show-message "pmail" (&optional msg))
 
 ;;;###autoload
 (defun set-pmail-inbox-list (file-name)