emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mail pmailkwd.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/mail pmailkwd.el
Date: Fri, 16 Jan 2009 03:16:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/16 03:16:38

Modified files:
        lisp/mail      : pmailkwd.el 

Log message:
        Comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/pmailkwd.el?cvsroot=emacs&r1=1.10&r2=1.11

Patches:
Index: pmailkwd.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmailkwd.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- pmailkwd.el 5 Jan 2009 15:48:15 -0000       1.10
+++ pmailkwd.el 16 Jan 2009 03:16:37 -0000      1.11
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]