diff options
author | Bill Wohler <wohler@newt.com> | 2006-01-09 20:47:55 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-01-09 20:47:55 +0000 |
commit | 9086647554c2259fb56ce6ac011c22dfb1ef5151 (patch) | |
tree | 21102d5634fd25102999f1190d932b50419f0f50 /lisp/mh-e/mh-customize.el | |
parent | 04f6a2d19ef4d4d959f86c16464ff8901e3c74dc (diff) | |
download | emacs-9086647554c2259fb56ce6ac011c22dfb1ef5151.tar.gz |
Comment declaration to remind programmer to update forward definition
if default changes.
Diffstat (limited to 'lisp/mh-e/mh-customize.el')
-rw-r--r-- | lisp/mh-e/mh-customize.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-customize.el b/lisp/mh-e/mh-customize.el index fc39089b43c..8f7d508f1e6 100644 --- a/lisp/mh-e/mh-customize.el +++ b/lisp/mh-e/mh-customize.el @@ -1027,7 +1027,8 @@ message 200, then use the range \"200:200\"." ;;; 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. @@ -1040,7 +1041,8 @@ Otherwise, set SYMBOL to VALUE." "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. @@ -1070,6 +1072,7 @@ you would use \"(mh-set-cmd-note 4)\"." :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. @@ -1644,6 +1647,7 @@ See also `mh-clean-message-header-flag'." (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. |