summaryrefslogtreecommitdiff
path: root/lisp/chistory.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-05-26 12:34:51 +0000
committerLute Kamstra <lute@gnu.org>2005-05-26 12:34:51 +0000
commit95ea7b285fdc68be88dcb87bf4cd4254ff239876 (patch)
treea4e7eb283f48048c4e17fc23d21ab1b126db27ec /lisp/chistory.el
parent262f835258eda1bfb1414e2e5329b02503fca953 (diff)
downloademacs-95ea7b285fdc68be88dcb87bf4cd4254ff239876.tar.gz
(command-history-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/chistory.el')
-rw-r--r--lisp/chistory.el2
1 files changed, 1 insertions, 1 deletions
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)