From 7a7c0b170b9567e892a1bf9a03d8f447f67b0e50 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 25 Jan 2017 18:31:42 +0100 Subject: [PATCH] Gnus custom spec fix * lisp/gnus/gnus-art.el (gnus-signature-limit): Fix customize spec to match the doc string (bug#17679). --- lisp/gnus/gnus-art.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index e1af859516c..a0f14402fbf 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -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 -- 2.11.4.GIT