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 ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog
Date: Mon, 30 Jan 2006 07:26:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/01/30 07:26:35

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

Log message:
        (mh-scan-format-file-check): Allow any non-nil for
        mh-adaptive-cmd-note-flag.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.59&tr2=1.60&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.129&tr2=1.130&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.129 emacs/lisp/mh-e/ChangeLog:1.130
--- emacs/lisp/mh-e/ChangeLog:1.129     Mon Jan 30 04:03:11 2006
+++ emacs/lisp/mh-e/ChangeLog   Mon Jan 30 07:26:35 2006
@@ -1,5 +1,8 @@
 2006-01-29  Bill Wohler  <address@hidden>
 
+       * mh-e.el (mh-scan-format-file-check): Allow any non-nil for
+       mh-adaptive-cmd-note-flag.
+
        * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
        docstring. sc-cite-original is autoloaded via loaddefs.el for all
        supported versions. In addition, the package name "sc" has been
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.59 emacs/lisp/mh-e/mh-e.el:1.60
--- emacs/lisp/mh-e/mh-e.el:1.59        Mon Jan 30 00:51:51 2006
+++ emacs/lisp/mh-e/mh-e.el     Mon Jan 30 07:26:35 2006
@@ -1851,7 +1851,7 @@
 anything but t when `mh-adaptive-cmd-note-flag' is on. Otherwise,
 set SYMBOL to VALUE."
   (if (and (not (eq value t))
-           (eq mh-adaptive-cmd-note-flag t))
+           mh-adaptive-cmd-note-flag)
       (error "%s %s" "You must turn off `mh-adaptive-cmd-note-flag'"
              "unless you use \"Use MH-E scan Format\"")
     (set-default symbol value)))




reply via email to

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