summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-01-16 03:16:37 +0000
committerGlenn Morris <rgm@gnu.org>2009-01-16 03:16:37 +0000
commitb5ded71d738a44f85e9de605ec6e60f5ad5642d4 (patch)
tree8f5e8cf37c77b91b425d49adaf40b42170b5c5d0 /lisp
parentb6388cc99cf72e1cce76113d47f9c61539ce4503 (diff)
downloademacs-b5ded71d738a44f85e9de605ec6e60f5ad5642d4.tar.gz
emacs-b5ded71d738a44f85e9de605ec6e60f5ad5642d4.tar.bz2
emacs-b5ded71d738a44f85e9de605ec6e60f5ad5642d4.zip
Comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/pmailkwd.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mail/pmailkwd.el b/lisp/mail/pmailkwd.el
index 1becc43e629..256770f9d6f 100644
--- a/lisp/mail/pmailkwd.el
+++ b/lisp/mail/pmailkwd.el
@@ -1,7 +1,7 @@
;;; pmailkwd.el --- part of the "PMAIL" mail reader for Emacs
-;; Copyright (C) 1985, 1988, 1994, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1988, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
+;; 2007, 2008, 2009 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail
@@ -54,6 +54,9 @@ Performs completion over known labels when reading."
(interactive (list (pmail-read-label "Remove label")))
(pmail-set-label string nil))
+;;; These two moved here from pmail (which this file requires)
+;;; 20090105, creating a compiler warning. ?
+
;; Last individual label specified to a or k.
(defvar pmail-last-label nil)