emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-folder.el


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-folder.el
Date: Sun, 10 Aug 2008 23:13:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Bill Wohler <wohler>    08/08/10 23:13:05

Modified files:
        lisp/mh-e      : mh-folder.el 

Log message:
        (mh-reply): Rename variant mu-mh to gnu-mh and be explicit about GNU
        mailutils MH in docstrings (with thanks to Darel Henman) (closes SF
        #1768928).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-folder.el?cvsroot=emacs&r1=1.21&r2=1.22

Patches:
Index: mh-folder.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-folder.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- mh-folder.el        12 Jun 2008 03:57:56 -0000      1.21
+++ mh-folder.el        10 Aug 2008 23:13:05 -0000      1.22
@@ -1758,7 +1758,7 @@
       (goto-char scan-start)
       (cond ((looking-at "scan: no messages in")
              (keep-lines mh-scan-valid-regexp)) ; Flush random scan lines
-            ((looking-at (if (mh-variant-p 'mu-mh)
+            ((looking-at (if (mh-variant-p 'gnu-mh)
                              "scan: message set .* does not exist"
                            "scan: bad message list "))
              (keep-lines mh-scan-valid-regexp))




reply via email to

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