mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(completion-list-mode): Use run-mode-hooks.
This commit is contained in:
parent
859540e3fc
commit
b277791306
1 changed files with 1 additions and 1 deletions
|
|
@ -4762,7 +4762,7 @@ Use \\<completion-list-mode-map>\\[mouse-choose-completion] to select one\
|
|||
(setq major-mode 'completion-list-mode)
|
||||
(make-local-variable 'completion-base-size)
|
||||
(setq completion-base-size nil)
|
||||
(run-hooks 'completion-list-mode-hook))
|
||||
(run-mode-hooks 'completion-list-mode-hook))
|
||||
|
||||
(defun completion-list-mode-finish ()
|
||||
"Finish setup of the completions buffer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue