projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0bab0
)
* lisp/gnus/gnus-art.el (gnus-blocked-images):
author
Ted Zlatanov
<tzz@lifelogs.com>
Mon, 25 Jan 2016 22:07:40 +0000
(22:07 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 25 Jan 2016 22:07:40 +0000
(22:07 +0000)
Add explicit nil choice and tags.
lisp/gnus/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-art.el
b/lisp/gnus/gnus-art.el
index 11ce04f799afcdd89da75f14eea152c088a1c4c0..54bbfd857f15d9997d0a21de8b85dedc3c75a1cd 100644
(file)
--- 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