(nnmail-split-fancy): Make it customizable with Emacs 20 as well.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 15 Dec 2003 11:13:35 +0000 (11:13 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 15 Dec 2003 11:13:35 +0000 (11:13 +0000)
lisp/ChangeLog
lisp/nnmail.el

index c503938..30018b9 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnmail.el (nnmail-split-fancy): Make it customizable with Emacs
+       20 as well.
+
 2003-12-15  Simon Josefsson  <jas@extundo.com>
 
        * sha1-el.el (autoload): Ignore errors for
index 6738e6f..7b9bf4c 100644 (file)
@@ -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))