]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/gnus-search.el (gnus-search-contact-tables): Fix type.
authorMattias Engdegård <mattiase@acm.org>
Fri, 6 Nov 2020 12:43:53 +0000 (13:43 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 6 Nov 2020 12:55:33 +0000 (13:55 +0100)
A more precise type is desirable but at it is now correct ('list' is not).

lisp/gnus/gnus-search.el

index 15d96e3e0c8c04e00a3493894a2d7b3facb6fdd4..7ee7c53aca5738849b51e142adc013eb433eb2c7 100644 (file)
@@ -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