From c0c6c8bc6b48d48db982670ab3150af3b7e1976f Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 15 Dec 2003 11:13:35 +0000 Subject: [PATCH] (nnmail-split-fancy): Make it customizable with Emacs 20 as well. --- lisp/ChangeLog | 5 +++++ lisp/nnmail.el | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c503938e3..30018b936 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-12-15 Katsumi Yamaoka + + * nnmail.el (nnmail-split-fancy): Make it customizable with Emacs + 20 as well. + 2003-12-15 Simon Josefsson * sha1-el.el (autoload): Ignore errors for diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 6738e6f74..7b9bf4cb9 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -403,12 +403,13 @@ This is copy of the `lazy' widget in Emacs 21.4 provided for compatibility." (const :format "" &) (editable-list :inline t nnmail-split-fancy)) (list :tag "Function with fixed arguments (:)" - :value (:) + :value (: nil) (const :format "" :value :) function (editable-list :inline t (sexp :tag "Arg")) ) - (list :tag "Function with split arguments (!)" :value (!) + (list :tag "Function with split arguments (!)" + :value (! nil) (const :format "" !) function (editable-list :inline t nnmail-split-fancy)) -- 2.34.1