From: yoichi Date: Sun, 7 Mar 2004 23:46:34 +0000 (+0000) Subject: * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the range. X-Git-Tag: wl-2_11_25~36 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=be044902789d20874fa350ffbcbd9ae312b02b01;p=elisp%2Fwanderlust.git * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the range. --- 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)