Mercurial > emacs
changeset 62721:049538abf38f
(command-history-mode): Use run-mode-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 12:34:51 +0000 |
parents | eb01420c0088 |
children | 44ff539fa276 |
files | lisp/chistory.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/chistory.el Thu May 26 12:33:15 2005 +0000 +++ b/lisp/chistory.el Thu May 26 12:34:51 2005 +0000 @@ -145,7 +145,7 @@ (setq major-mode 'command-history-mode) (setq mode-name "Command History") (use-local-map command-history-map) - (run-hooks 'command-history-mode-hook)) + (run-mode-hooks 'command-history-mode-hook)) (defun Command-history-setup () (kill-all-local-variables)