emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/mail rmailkwd.el
Date: Fri, 23 Jan 2009 19:19:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/23 19:19:05

Modified files:
        lisp/mail      : rmailkwd.el 

Log message:
        Fix last fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/rmailkwd.el?cvsroot=emacs&r1=1.31&r2=1.32

Patches:
Index: rmailkwd.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmailkwd.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- rmailkwd.el 23 Jan 2009 19:09:55 -0000      1.31
+++ rmailkwd.el 23 Jan 2009 19:19:05 -0000      1.32
@@ -144,7 +144,7 @@
        (current rmail-current-message)
        (regexp (concat " \\("
                        (mail-comma-list-regexp labels)
-                       "\\)")))
+                       "\\)\\(,\\|\\'\\)")))
     (while (and (> n 0) (< current rmail-total-messages))
       (setq current (1+ current))
       (if (string-match regexp (rmail-get-labels current))




reply via email to

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