2006-01-29 Bill Wohler <wohler@newt.com>
+ * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
+ revealed character constants that were still strings (closes SF
+ #770772).
+
* mh-comp.el (mh-letter-hide-all-skipped-fields)
(mh-get-header-field): Move to mh-utils.el so that you can read
messages without having to load mh-comp.el and mh-letter.el.
"The current message (in MH, not in MH-E) is marked by this character.
See also `mh-scan-cur-msg-number-regexp'.")
-(defvar mh-note-copied "C"
+(defvar mh-note-copied ?C
"Messages that have been copied are marked by this character.")
(defvar mh-note-deleted ?D
(defvar mh-note-forw ?F
"Messages that have been forwarded are marked by this character.")
-(defvar mh-note-printed "P"
+(defvar mh-note-printed ?P
"Messages that have been printed are marked by this character.")
(defvar mh-note-refiled ?^