emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mail ChangeLog.pmail pmailmsc.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/mail ChangeLog.pmail pmailmsc.el
Date: Thu, 08 Jan 2009 04:09:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/08 04:09:10

Modified files:
        lisp/mail      : ChangeLog.pmail pmailmsc.el 

Log message:
        (pmail-show-message): Fix declaration.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/ChangeLog.pmail?cvsroot=emacs&r1=1.48&r2=1.49
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/pmailmsc.el?cvsroot=emacs&r1=1.7&r2=1.8

Patches:
Index: ChangeLog.pmail
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/ChangeLog.pmail,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- ChangeLog.pmail     5 Jan 2009 15:53:40 -0000       1.48
+++ ChangeLog.pmail     8 Jan 2009 04:09:10 -0000       1.49
@@ -1,3 +1,9 @@
+2009-01-08  Glenn Morris  <address@hidden>
+
+       * pmailmsc.el (pmail-show-message): Fix declaration.
+
+       * pmailsum.el (pmail-output-read-pmail-file-name): Remove declaration.
+
 2009-01-05  Richard M Stallman  <address@hidden>
 
        * pmailkwd.el: Require pmail; delete compiler defvars.

Index: pmailmsc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmailmsc.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- pmailmsc.el 5 Jan 2009 03:22:35 -0000       1.7
+++ pmailmsc.el 8 Jan 2009 04:09:10 -0000       1.8
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]