# HG changeset patch # User Bill Wohler # Date 1138605995 0 # Node ID d5026c3051b9be0ef3f0808f4aed027f2440acf2 # Parent 18444e32999bc440c1c8ae8e64b432357ae4ad3a (mh-scan-format-file-check): Allow any non-nil for mh-adaptive-cmd-note-flag. diff -r 18444e32999b -r d5026c3051b9 lisp/mh-e/ChangeLog --- a/lisp/mh-e/ChangeLog Mon Jan 30 04:03:11 2006 +0000 +++ b/lisp/mh-e/ChangeLog Mon Jan 30 07:26:35 2006 +0000 @@ -1,5 +1,8 @@ 2006-01-29 Bill Wohler + * 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 diff -r 18444e32999b -r d5026c3051b9 lisp/mh-e/mh-e.el --- 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)))