From: Glenn Morris Date: Fri, 16 Jan 2009 03:16:37 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~426 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5ded71d738a44f85e9de605ec6e60f5ad5642d4;p=emacs.git Comment. --- 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)