emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 b579f36: * lisp/gnus/gnus-art.el (gnus-blocked-im


From: Katsumi Yamaoka
Subject: [Emacs-diffs] emacs-25 b579f36: * lisp/gnus/gnus-art.el (gnus-blocked-images):
Date: Mon, 25 Jan 2016 22:07:52 +0000

branch: emacs-25
commit b579f36be21606c1ace8b10a4ef25144addc3dbd
Author: Ted Zlatanov <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    * lisp/gnus/gnus-art.el (gnus-blocked-images):
    Add explicit nil choice and tags.
---
 lisp/gnus/gnus-art.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 11ce04f..54bbfd8 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]