From aea936562b033899f0b7160cc492bbea1006863b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Fri, 6 Nov 2020 13:43:53 +0100 Subject: [PATCH] * lisp/gnus/gnus-search.el (gnus-search-contact-tables): Fix type. A more precise type is desirable but at it is now correct ('list' is not). --- lisp/gnus/gnus-search.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-search.el b/lisp/gnus/gnus-search.el index 15d96e3e0c8..7ee7c53aca5 100644 --- a/lisp/gnus/gnus-search.el +++ b/lisp/gnus/gnus-search.el @@ -410,7 +410,7 @@ returned by `completion-at-point-functions'. That usually means a list of strings, a hash table, or an alist." :group 'gnus-search :version "28.1" - :type 'list) + :type '(repeat sexp)) ;;; Search language -- 2.39.2