(reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*
buffer (it causes spurious error messages).
This commit is contained in:
parent
a2c2f1964f
commit
9fc917591d
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue