branch: externals/counsel commit 7301ae07d93ed037d8e72b5e590cbfbc50dee72b Merge: 08b0a88d67 8c30f4cab5 Author: Basil L. Contovounesios <conto...@tcd.ie> Commit: Basil L. Contovounesios <conto...@tcd.ie>
Merge branch 'master' into externals/counsel --- counsel.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index 4a027da7ca..007db01aa3 100644 --- a/counsel.el +++ b/counsel.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2015-2023 Free Software Foundation, Inc. ;; Author: Oleh Krehel <ohwoeo...@gmail.com> +;; Maintainer: Basil L. Contovounesios <conto...@tcd.ie> ;; URL: https://github.com/abo-abo/swiper ;; Version: 0.14.2 ;; Package-Requires: ((emacs "24.5") (ivy "0.14.2") (swiper "0.14.2")) @@ -6872,7 +6873,7 @@ Additional actions:\\<ivy-minibuffer-map> "https://duckduckgo.com/html/?q=" counsel--search-request-data-ddg)) "Search engine parameters for `counsel-search'." - :type '(list)) + :type '(alist :key-type symbol :value-type (list string string function))) (defun counsel--search-request-data-google (data) (mapcar #'identity (aref data 1)))