Mercurial > emacs
changeset 101221:c4fc631d1423
Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 16 Jan 2009 03:16:37 +0000 |
parents | be5a7a68d09d |
children | 490b85e0b4fc |
files | lisp/mail/pmailkwd.el |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/pmailkwd.el Fri Jan 16 02:38:58 2009 +0000 +++ b/lisp/mail/pmailkwd.el Fri Jan 16 03:16:37 2009 +0000 @@ -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 @@ (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)