Mercurial > emacs
changeset 100966:2de0661c24bd
(pmail-show-message): Fix declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 08 Jan 2009 04:09:10 +0000 |
parents | 50cbf7fa2d88 |
children | 2897f8b17f00 |
files | lisp/mail/ChangeLog.pmail lisp/mail/pmailmsc.el |
diffstat | 2 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/ChangeLog.pmail Thu Jan 08 04:08:27 2009 +0000 +++ b/lisp/mail/ChangeLog.pmail Thu Jan 08 04:09:10 2009 +0000 @@ -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.
--- a/lisp/mail/pmailmsc.el Thu Jan 08 04:08:27 2009 +0000 +++ b/lisp/mail/pmailmsc.el Thu Jan 08 04:09:10 2009 +0000 @@ -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, +;; 2009 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)