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


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

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

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

Log message:
        (mh-variant-set): Fix typo.

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

Patches:
Index: mh-e.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-e.el,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -b -r1.128 -r1.129
--- mh-e.el     10 Aug 2008 23:12:40 -0000      1.128
+++ mh-e.el     10 Aug 2008 23:22:53 -0000      1.129
@@ -907,7 +907,7 @@
   (when (and (stringp variant)
              (string-match "^mu-mh"  variant))
     (message
-     (format "%s\n%s; %s" "The variant name mh-mh has been renamed to gnu-mh"
+     (format "%s\n%s; %s" "The variant name mu-mh has been renamed to gnu-mh"
              "and will be removed in MH-E 9.0"
              "try M-x customize-option mh-variant"))
     (sit-for 5)




reply via email to

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