(completion-list-mode): Use run-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-05-26 13:12:00 +00:00
parent 859540e3fc
commit b277791306

View file

@ -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.