[gnus git] branch master updated: m0-13-118-g22733a4 =1= gnus-art.el (gnus-blocked-images): Add explicit nil choice and tags.

Ted Zlatanov <[email protected]> Mon, 25 Jan 2016 16:22:04 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  22733a495fc49c7fed924c50eb824a4cfb940f8d (commit)
      from  117b2546f7a111807faf93247e56d627169463c4 (commit)


- Log -----------------------------------------------------------------
commit 22733a495fc49c7fed924c50eb824a4cfb940f8d
Author: Ted Zlatanov <[email protected]>
Date:   Mon Jan 25 10:21:46 2016 -0500

    gnus-art.el (gnus-blocked-images): Add explicit nil choice and tags.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 85bbade..d416a55 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-25  Teodor Zlatanov  <[email protected]>
+
+	* gnus-art.el (gnus-blocked-images): Add explicit nil choice and tags.
+
 2016-01-24  Alan Mackenzie  <[email protected]>
 
 	Expunge "allow" + infinitive without direct object from source and doc.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 4858fc7..235aafd 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -1660,7 +1660,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
 

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog   |    4 ++++
 lisp/gnus-art.el |    4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project