]> git.eshelyaron.com Git - emacs.git/commitdiff
(reb-mode): Quote the hook name. From
authorDave Love <fx@gnu.org>
Fri, 9 Feb 2001 15:37:42 +0000 (15:37 +0000)
committerDave Love <fx@gnu.org>
Fri, 9 Feb 2001 15:37:42 +0000 (15:37 +0000)
Juanma Barranquero.

lisp/emacs-lisp/re-builder.el

index 02b3658ac695d9b4d08b37a1d2e9d8fb6d9192ab..e3667cbc78e43a90fd10a45f070de85de19b71de 100644 (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"