From: Katsumi Yamaoka Date: Mon, 15 Dec 2003 11:13:35 +0000 (+0000) Subject: (nnmail-split-fancy): Make it customizable with Emacs 20 as well. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=c0c6c8bc6b48d48db982670ab3150af3b7e1976f;p=gnus (nnmail-split-fancy): Make it customizable with Emacs 20 as well. --- 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))