1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(command-history-mode): Use run-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-05-26 12:34:51 +00:00
parent 262f835258
commit 95ea7b285f

View 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)