From: Ted Zlatanov Date: Mon, 25 Jan 2016 22:07:40 +0000 (+0000) Subject: * lisp/gnus/gnus-art.el (gnus-blocked-images): X-Git-Tag: emacs-25.0.90~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b579f36be21606c1ace8b10a4ef25144addc3dbd;p=emacs.git * lisp/gnus/gnus-art.el (gnus-blocked-images): Add explicit nil choice and tags. --- diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 11ce04f799a..54bbfd857f1 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -1659,7 +1659,9 @@ called with the group name as the parameter, and should return a regexp." :version "24.1" :group 'gnus-art - :type '(choice regexp function)) + :type '(choice (const :tag "Allow all" nil) + (regexp :tag "Regular expression") + (function :tag "Use a function"))) ;;; Internal variables