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-scan.el


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

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

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

Log message:
        (mh-scan-format): 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-scan.el?cvsroot=emacs&r1=1.7&r2=1.8

Patches:
Index: mh-scan.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-scan.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- mh-scan.el  6 May 2008 03:56:48 -0000       1.7
+++ mh-scan.el  10 Aug 2008 23:13:37 -0000      1.8
@@ -421,7 +421,7 @@
 (defun mh-scan-format ()
   "Return the output format argument for the scan program."
   (if (equal mh-scan-format-file t)
-      (list "-format" (if (mh-variant-p 'nmh 'mu-mh)
+      (list "-format" (if (mh-variant-p 'nmh 'gnu-mh)
                           (list (mh-update-scan-format
                                  mh-scan-format-nmh mh-cmd-note))
                         (list (mh-update-scan-format




reply via email to

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