(reb-mode): Quote the hook name. From

Juanma Barranquero.
This commit is contained in:
Dave Love 2001-02-09 15:37:42 +00:00
parent d2f288c695
commit 45974ac693

View file

@ -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"