Function: mh-set-cmd-note
mh-set-cmd-note is an autoloaded and byte-compiled function defined in
mh-scan.el.gz.
Signature
(mh-set-cmd-note COLUMN)
Documentation
Set mh-cmd-note to COLUMN.
Note that columns in Emacs start with 0.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-scan.el.gz
;;;###mh-autoload
(defun mh-set-cmd-note (column)
"Set `mh-cmd-note' to COLUMN.
Note that columns in Emacs start with 0."
(setq mh-cmd-note column))