Mercurial > emacs
changeset 62739:1c2cba6e4010
(completion-list-mode): Use run-mode-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 13:12:00 +0000 |
parents | d3fe76043df3 |
children | 073c3cc1d1d5 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Thu May 26 13:10:29 2005 +0000 +++ b/lisp/simple.el Thu May 26 13:12:00 2005 +0000 @@ -4762,7 +4762,7 @@ (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.