Index: emacs/lisp/gnus/gnus-art.el diff -c emacs/lisp/gnus/gnus-art.el:1.92 emacs/lisp/gnus/gnus-art.el:1.93 *** emacs/lisp/gnus/gnus-art.el:1.92 Wed Aug 31 13:03:29 2005 --- emacs/lisp/gnus/gnus-art.el Mon Sep 5 23:58:08 2005 *************** *** 236,242 **** will be called without any parameters, and if it returns nil, there is no signature in the buffer. If it is a string, it will be used as a regexp. If it matches, the text in question is not a signature." ! :type '(choice (integer :value 200) (number :value 4.0) (function :value fun) (regexp :value ".*")) --- 236,243 ---- will be called without any parameters, and if it returns nil, there is no signature in the buffer. If it is a string, it will be used as a regexp. If it matches, the text in question is not a signature." ! :type '(choice (const nil) ! (integer :value 200) (number :value 4.0) (function :value fun) (regexp :value ".*")) *************** *** 869,875 **** This is meant for people who want to do something automatic based on parts -- for instance, adding Vcard info to a database." :group 'gnus-article-mime ! :type 'function) (defcustom gnus-mime-multipart-functions nil "An alist of MIME types to functions to display them." --- 870,877 ---- This is meant for people who want to do something automatic based on parts -- for instance, adding Vcard info to a database." :group 'gnus-article-mime ! :type '(choice (const nil) ! function)) (defcustom gnus-mime-multipart-functions nil "An alist of MIME types to functions to display them."
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs