Fix typo in commit 3c09314895

* lisp/minibuffer.el (minibuffer-completion-help):
Set t to LOCAL arg of add-hook for after-change-functions.
This commit is contained in:
Juri Linkov 2023-12-11 19:16:37 +02:00
parent 9434ad25ce
commit 6abea4d98d

View file

@ -2551,7 +2551,7 @@ The candidate will still be chosen by `choose-completion' unless
. ,#'(lambda (_window)
(with-current-buffer mainbuf
(when completion-auto-deselect
(add-hook 'after-change-functions #'completions--after-change t))
(add-hook 'after-change-functions #'completions--after-change nil t))
;; Remove the base-size tail because `sort' requires a properly
;; nil-terminated list.
(when last (setcdr last nil))