From be044902789d20874fa350ffbcbd9ae312b02b01 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 7 Mar 2004 23:46:34 +0000 Subject: [PATCH] * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the range. --- elmo/ChangeLog | 5 +++++ elmo/elmo-vars.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index d97d9a2..91d800c 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2004-03-08 Yoichi NAKAYAMA + + * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the + range. + 2004-03-07 Hiroya Murata * modb-standard.el (elmo-msgdb-list-flagged): Use append instead diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index e80d9cb..b6f509d 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -62,8 +62,7 @@ (defcustom elmo-msgdb-default-type 'legacy "*Default type of Message Database for ELMO." :type '(radio (const legacy) - (const standard) - (const :tag "No use" generic)) + (const standard)) :group 'elmo :group 'elmo-setting) -- 1.7.10.4