changeset 73928:5aa08f9f45e5

(reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder* buffer (it causes spurious error messages).
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 12 Nov 2006 05:28:37 +0000
parents e74524ea3f55
children f4ca1a5d7df7
files lisp/emacs-lisp/re-builder.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/re-builder.el	Sun Nov 12 04:52:38 2006 +0000
+++ b/lisp/emacs-lisp/re-builder.el	Sun Nov 12 05:28:37 2006 +0000
@@ -253,6 +253,7 @@
   (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))