From 4bb6a3a63c89677a1fe1610c542e65a9031c2e8a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 1 Oct 1998 20:41:53 +0000 Subject: [PATCH] (gnus-article-x-face-too-ugly): Fix type. (gnus-saved-headers): Fix type. --- lisp/gnus/gnus-art.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 71c09dce6f7..83cd1b65f21 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -171,7 +171,7 @@ asynchronously. The compressed face will be piped to this command." (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 `gnus-save-all-headers' is non-nil, this variable will be ignored. 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. -- 2.39.2