]> git.eshelyaron.com Git - emacs.git/commitdiff
Gnus custom spec fix
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 17:31:42 +0000 (18:31 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 17:31:42 +0000 (18:31 +0100)
* lisp/gnus/gnus-art.el (gnus-signature-limit): Fix customize
spec to match the doc string (bug#17679).

lisp/gnus/gnus-art.el

index e1af859516c00c46f6005074b94a9a47de2b67e0..a0f14402fbf11483515ce9c770cfe4a69df025bc 100644 (file)
@@ -251,7 +251,12 @@ This can also be a list of the above values."
                 (integer :value 200)
                 (number :value 4.0)
                 function
-                (regexp :value ".*"))
+                (regexp :value ".*")
+                (repeat (choice (const nil)
+                                (integer :value 200)
+                                (number :value 4.0)
+                                function
+                                (regexp :value ".*"))))
   :group 'gnus-article-signature)
 
 (defcustom gnus-hidden-properties