]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-history-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:34:51 +0000 (12:34 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:34:51 +0000 (12:34 +0000)
lisp/chistory.el

index dde30c75e0e6d6e5151c2614b39293a3b0fd00ab..ddbc0863a0e24ba0f206a31aac1ffe85a804399a 100644 (file)
@@ -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)