From 27c50c0014f070284e05ba7036aa5bbc8e084854 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 19 Aug 2003 16:22:14 +0000 Subject: [PATCH] Cosmetic fix --- elmo/elmo-msgdb.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/elmo/elmo-msgdb.el b/elmo/elmo-msgdb.el index 6e7efb5..40941e4 100644 --- a/elmo/elmo-msgdb.el +++ b/elmo/elmo-msgdb.el @@ -58,7 +58,6 @@ :type '(string :tag "Mark") :group 'elmo) -;; Not implemented yet. (defcustom elmo-msgdb-answered-cached-mark "&" "Mark for answered and cached message." :type '(string :tag "Mark") @@ -69,7 +68,7 @@ :type '(string :tag "Mark") :group 'elmo) -(defcustom elmo-msgdb-important-mark"$" +(defcustom elmo-msgdb-important-mark "$" "Mark for important message." :type '(string :tag "Mark") :group 'elmo) -- 1.7.10.4