diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/pmailkwd.el | 7 |
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) |