]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/shr.el
Fix a bunch of custom types (thank you cus-test.el)
[gnu-emacs] / lisp / gnus / shr.el
index 293ba2445e93be2f7610ee1d531b12ca84880bed..5c1b99e77070940aed85b3474b2378bd6335389d 100644 (file)
@@ -52,7 +52,7 @@ fit these criteria."
   "Images that have URLs matching this regexp will be blocked."
   :version "24.1"
   :group 'shr
-  :type 'regexp)
+  :type '(choice (const nil) regexp))
 
 (defcustom shr-table-horizontal-line ?\s
   "Character used to draw horizontal table lines."