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:
parent
262f835258
commit
95ea7b285f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue