mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 07:40:39 -08:00
(reb-mode): Use run-mode-hooks.
This commit is contained in:
parent
30d33965d0
commit
d47f3fc56f
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ Except for Lisp syntax this is the same as `reb-regexp'.")
|
|||
mode-name "RE Builder")
|
||||
(use-local-map reb-mode-map)
|
||||
(reb-mode-common)
|
||||
(run-hooks 'reb-mode-hook))
|
||||
(run-mode-hooks 'reb-mode-hook))
|
||||
|
||||
(define-derived-mode reb-lisp-mode
|
||||
emacs-lisp-mode "RE Builder Lisp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue