fix
authoryoichi <yoichi>
Mon, 17 Sep 2001 13:54:33 +0000 (13:54 +0000)
committeryoichi <yoichi>
Mon, 17 Sep 2001 13:54:33 +0000 (13:54 +0000)
wl/ChangeLog
wl/wl-vars.el

index eda89bb..8d9accb 100644 (file)
@@ -1,6 +1,7 @@
 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-vars.el (wl-summary-width): Fix type to accept nil.
+       (wl-fcc): Fix to accept function.
        (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
 
 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
index 2a7d111..930f3b4 100644 (file)
@@ -1206,7 +1206,7 @@ with wl-highlight-folder-many-face."
 (defcustom wl-fcc nil
   "*Folder Carbon Copy."
   :type '(choice (const :tag "disable" nil)
-                 string)
+                 string function)
   :group 'wl-draft
   :group 'wl-pref)