From ffb5b6e74b100559b03238c7311ae86695fd187d Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 17 Sep 2001 13:54:33 +0000 Subject: [PATCH] fix --- wl/ChangeLog | 1 + wl/wl-vars.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index eda89bb..8d9accb 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,6 +1,7 @@ 2001-09-17 Yoichi NAKAYAMA * wl-vars.el (wl-summary-width): Fix type to accept nil. + (wl-fcc): Fix to accept function. (Reported by Reuben Thomas ). 2001-09-11 Katsumi Yamaoka diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 2a7d111..930f3b4 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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) -- 1.7.10.4