branch: externals/consult commit 36fa2d97a7bf91ab855cc61bc1157f0f0af6631f Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Fixes regarding consult-completing-read-multiple --- consult.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consult.el b/consult.el index c98d09183f..6179bd3bfb 100644 --- a/consult.el +++ b/consult.el @@ -427,7 +427,6 @@ Used by `consult-completion-in-region', `consult-yank' and `consult-history'.") (defvar consult--minor-mode-menu-history nil) (defvar consult--kmacro-history nil) (defvar consult--buffer-history nil) -(defvar consult--crm-history nil) ;;;; Internal variables @@ -2644,6 +2643,8 @@ These configuration options are supported: ;;;;; Function: consult-completing-read-multiple +(define-obsolete-function-alias 'consult--crm-selected 'ignore "0.17") + ;;;###autoload (defun consult-completing-read-multiple (&rest args) "Deprecated function; call `completing-read-multiple' with ARGS."