Skip to content

Commit

Permalink
Remove deprecated consult-completing-read-multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed May 25, 2022
1 parent 0f55ad1 commit b15c81f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.org
Expand Up @@ -2,6 +2,10 @@
#+author: Daniel Mendler
#+language: en

* Development

- Remove deprecated =consult-completing-read-multiple=

* Version 0.18 (2022-05-25)

- Bugfixes
Expand Down
9 changes: 0 additions & 9 deletions consult.el
Expand Up @@ -2629,15 +2629,6 @@ These configuration options are supported:
(message "No completion")
nil)))))

;;;;; Function: consult-completing-read-multiple

;;;###autoload
(defun consult-completing-read-multiple (&rest args)
"Deprecated function; call `completing-read-multiple' with ARGS."
(advice-remove #'completing-read-multiple #'consult-completing-read-multiple)
(run-at-time 0 nil #'message "`consult-completing-read-multiple' has been deprecated")
(apply #'completing-read-multiple args))

;;;; Commands

;;;;; Command: consult-multi-occur
Expand Down

0 comments on commit b15c81f

Please sign in to comment.