mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
(pmail-show-message): Fix declaration.
This commit is contained in:
parent
619a0aaaa6
commit
b3d6003ee1
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user