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:09:55 +0000

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

Modified files:
        lisp/mail      : rmailkwd.el 

Log message:
        Fix last change.

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

Patches:
Index: rmailkwd.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmailkwd.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- rmailkwd.el 23 Jan 2009 19:02:31 -0000      1.30
+++ rmailkwd.el 23 Jan 2009 19:09:55 -0000      1.31
@@ -142,7 +142,7 @@
   (rmail-maybe-set-message-counters)
   (let ((lastwin rmail-current-message)
        (current rmail-current-message)
-       (regexp (concat " ?\\("
+       (regexp (concat " \\("
                        (mail-comma-list-regexp labels)
                        "\\)")))
     (while (and (> n 0) (< current rmail-total-messages))




reply via email to

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