diff lisp/mh-e/mh-e.el @ 68484:d5026c3051b9

(mh-scan-format-file-check): Allow any non-nil for mh-adaptive-cmd-note-flag.
author Bill Wohler <wohler@newt.com>
date Mon, 30 Jan 2006 07:26:35 +0000
parents fef251da6e07
children 7daec5f4a289 7432ca837c8d
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Mon Jan 30 04:03:11 2006 +0000
+++ b/lisp/mh-e/mh-e.el	Mon Jan 30 07:26:35 2006 +0000
@@ -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)))