(reb-mode): Quote the hook name. From
Juanma Barranquero.
This commit is contained in:
parent
d2f288c695
commit
45974ac693
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,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-hooks 'reb-mode-hook))
|
||||
|
||||
(define-derived-mode reb-lisp-mode
|
||||
emacs-lisp-mode "RE Builder Lisp"
|
||||
|
|
Loading…
Add table
Reference in a new issue