From: Lute Kamstra Date: Thu, 26 May 2005 12:34:51 +0000 (+0000) Subject: (command-history-mode): Use run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~9567 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95ea7b285fdc68be88dcb87bf4cd4254ff239876;p=emacs.git (command-history-mode): Use run-mode-hooks. --- diff --git a/lisp/chistory.el b/lisp/chistory.el index dde30c75e0e..ddbc0863a0e 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el @@ -145,7 +145,7 @@ Keybindings: (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)