From: yoichi Date: Sun, 13 Jun 2004 15:47:46 +0000 (+0000) Subject: * wl-vars.el (wl-summary-mark-action-list): Fix customization type. X-Git-Tag: wl-2_11_30~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=05169c0fa8fc6ae770abc52783f22cdc2d22170d;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-mark-action-list): Fix customization type. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 65fd0ac..ce8bd82 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2004-06-14 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-mark-action-list): Fix customization type. + 2004-06-12 Yoichi NAKAYAMA * wl-draft.el (wl-draft-config-exec): Narrow the range of diff --git a/wl/wl-vars.el b/wl/wl-vars.el index f7a1429..9e907e5 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -416,6 +416,7 @@ Its argument is a list of MARK-INFO. MARK-INFO is a list of (NUMBER MARK DATA). FACE is a face for highlighting." :type '(repeat (string :tag "Temporary mark") + (symbol :tag "Action name") (symbol :tag "Set mark function") (symbol :tag "Unset mark function") (symbol :tag "Exec function")