From 95ea7b285fdc68be88dcb87bf4cd4254ff239876 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 12:34:51 +0000 Subject: [PATCH] (command-history-mode): Use run-mode-hooks. --- lisp/chistory.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5