(reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*

buffer (it causes spurious error messages).
This commit is contained in:
Juanma Barranquero 2006-11-12 05:28:37 +00:00
parent a2c2f1964f
commit 9fc917591d

View file

@ -253,6 +253,7 @@ Except for Lisp syntax this is the same as `reb-regexp'.")
(kill-all-local-variables)
(setq major-mode 'reb-mode
mode-name "RE Builder")
(set (make-local-variable 'blink-matching-paren) nil)
(use-local-map reb-mode-map)
(reb-mode-common)
(run-mode-hooks 'reb-mode-hook))