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: Tue, 20 Jan 2009 01:16:29 +0000

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

Modified files:
        lisp/mail      : pmailkwd.el 

Log message:
        (pmail-last-label, pmail-last-multi-labels): Move back to pmail.el.

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

Patches:
Index: pmailkwd.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmailkwd.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- pmailkwd.el 16 Jan 2009 03:16:37 -0000      1.11
+++ pmailkwd.el 20 Jan 2009 01:16:28 -0000      1.12
@@ -54,15 +54,6 @@
   (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)
-
-;; Last set of values specified to C-M-n, C-M-p, C-M-s or C-M-l.
-(defvar pmail-last-multi-labels nil)
-
 ;;;###autoload
 (defun pmail-read-label (prompt)
   (let ((result




reply via email to

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