summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-scan.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-01-30 03:39:36 +0000
committerBill Wohler <wohler@newt.com>2006-01-30 03:39:36 +0000
commit3bdb2567a350246e68138f90580584329e5c237c (patch)
treea37e9a41b9752190d81f4418e822df9a0726d9c1 /lisp/mh-e/mh-scan.el
parent98c414c7fd1ee8a9a86ce95ce1b353041026f1b6 (diff)
downloademacs-3bdb2567a350246e68138f90580584329e5c237c.tar.gz
(mh-note-copied, mh-note-printed): Reorganization revealed character
constants that were still strings (closes SF #770772).
Diffstat (limited to 'lisp/mh-e/mh-scan.el')
-rw-r--r--lisp/mh-e/mh-scan.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el
index bac932141e4..8971c93a14d 100644
--- a/lisp/mh-e/mh-scan.el
+++ b/lisp/mh-e/mh-scan.el
@@ -370,7 +370,7 @@ This column will only ever have spaces in it.")
"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
@@ -383,7 +383,7 @@ See also `mh-scan-deleted-msg-regexp'.")
(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 ?^