]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorGlenn Morris <rgm@gnu.org>
Fri, 16 Jan 2009 03:16:37 +0000 (03:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 16 Jan 2009 03:16:37 +0000 (03:16 +0000)
lisp/mail/pmailkwd.el

index 1becc43e629cf5442747970ad8a06050331cefcb..256770f9d6f546e10804f9d76e684252587701ed 100644 (file)
@@ -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)