* gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working use of :custom...
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 7 Jul 2011 15:54:01 +0000 (17:54 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 7 Jul 2011 15:54:01 +0000 (17:54 +0200)
lisp/ChangeLog
lisp/gnus-art.el

index 3c10512..0494ed4 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
+       use of :custom-show.
+
 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
 
        * plstore.el: Add documentation.
index 7e2d213..7255be4 100644 (file)
   "*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)