Mercurial > emacs
changeset 23361:86b5dc6c12f5
(gnus-article-x-face-too-ugly): Fix type.
(gnus-saved-headers): Fix type.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 01 Oct 1998 20:41:53 +0000 |
parents | 16e76929ca71 |
children | 4882e505ccbc |
files | lisp/gnus/gnus-art.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el Thu Oct 01 19:23:42 1998 +0000 +++ b/lisp/gnus/gnus-art.el Thu Oct 01 20:41:53 1998 +0000 @@ -171,7 +171,7 @@ (defcustom gnus-article-x-face-too-ugly nil "Regexp matching posters whose face shouldn't be shown automatically." - :type 'regexp + :type '(choice regexp (const nil)) :group 'gnus-article-washing) (defcustom gnus-emphasis-alist @@ -276,7 +276,7 @@ If that variable is nil, however, all headers that match this regexp will be kept while the rest will be deleted before saving." :group 'gnus-article-saving - :type '(repeat string)) + :type 'regexp) (defcustom gnus-default-article-saver 'gnus-summary-save-in-rmail "A function to save articles in your favourite format.