Function: mh-adaptive-cmd-note-flag-check
mh-adaptive-cmd-note-flag-check is a byte-compiled function defined in
mh-e.el.gz.
Signature
(mh-adaptive-cmd-note-flag-check SYMBOL VALUE)
Documentation
Check if desired setting is valid.
Throw an error if user tries to turn on
mh-adaptive-cmd-note-flag when mh-scan-format-file isn't t.
Otherwise, set SYMBOL to VALUE.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
;;; Scan Line Formats (:group 'mh-scan-line-formats)
(eval-and-compile
(unless (fboundp 'mh-adaptive-cmd-note-flag-check)
(defun mh-adaptive-cmd-note-flag-check (symbol value)
"Temporary definition.
Real definition, below, uses variables that aren't defined yet."
(set-default symbol value))))