[gnus git] branch master updated: n0-17-174-g2dbf5ae =1= * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working use of :custom-show.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2dbf5ae1ba9317bc81733d1cd4fde0f7dd69aa91 (commit)
from 13daeed163c8dc023bb736238f14c26ca0691ad0 (commit)
- Log -----------------------------------------------------------------
commit 2dbf5ae1ba9317bc81733d1cd4fde0f7dd69aa91
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Jul 7 17:54:01 2011 +0200
* gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working use of :custom-show.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3c10512..0494ed4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-07 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
+ use of :custom-show.
+
2011-07-07 Daiki Ueno <[email protected]>
* plstore.el: Add documentation.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 7e2d213..7255be4 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -163,8 +163,7 @@
"*All headers that start with this regexp will be hidden.
This variable can also be a list of regexps of headers to be ignored.
If `gnus-visible-headers' is non-nil, this variable will be ignored."
- :type '(choice :custom-show nil
- regexp
+ :type '(choice regexp
(repeat regexp))
:group 'gnus-article-hiding)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-art.el | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
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