2006-01-09 Bill Wohler <wohler@newt.com>
+ * mh-customize.el: Use ";; Forward definition." consistently.
+ Comment declaration to remind programmer to update forward
+ definition if default changes.
+
* mh-funcs.el:
* mh-inc.el:
* mh-init.el:
;;; Scan Line Formats (:group 'mh-scan-line-formats)
-(defvar mh-scan-format-file t) ;forward definition
+;; Forward definition.
+(defvar mh-scan-format-file t)
(defun mh-adaptive-cmd-note-flag-check (symbol value)
"Check if desired setting is legal.
"is set to \"Use MH-E scan Format\"")
(set-default symbol value)))
-(defvar mh-adaptive-cmd-note-flag) ;forward definition
+;; Forward definition.
+(defvar mh-adaptive-cmd-note-flag)
(defun mh-scan-format-file-check (symbol value)
"Check if desired setting is legal.
:group 'mh-scan-line-formats
:set 'mh-adaptive-cmd-note-flag-check)
+;; Update forward definition above if default changes.
(defcustom mh-scan-format-file t
"Specifies the format file to pass to the scan program.
(mh-invisible-headers))
:group 'mh-show)
+;; Update forward definition above if default changes.
(defcustom mh-invisible-header-fields-default nil
"*List of hidden header fields.