* wl-vars.el (wl-summary-mark-action-list): Fix customization type.
authoryoichi <yoichi>
Sun, 13 Jun 2004 15:47:46 +0000 (15:47 +0000)
committeryoichi <yoichi>
Sun, 13 Jun 2004 15:47:46 +0000 (15:47 +0000)
wl/ChangeLog
wl/wl-vars.el

index 65fd0ac..ce8bd82 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
+
 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-draft.el (wl-draft-config-exec): Narrow the range of
index f7a1429..9e907e5 100644 (file)
@@ -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")