]> code.delx.au - gnu-emacs/commitdiff
(reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 05:28:37 +0000 (05:28 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 05:28:37 +0000 (05:28 +0000)
buffer (it causes spurious error messages).

lisp/emacs-lisp/re-builder.el

index 5dc67e4ac213255406c9ad4dd83641a90f6d68dd..cae4be8addd80b9488ad309666b5b9085e9c5aeb 100644 (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))