Index: emacs/lisp/simple.el diff -c emacs/lisp/simple.el:1.713 emacs/lisp/simple.el:1.714 *** emacs/lisp/simple.el:1.713 Tue Apr 19 18:12:23 2005 --- emacs/lisp/simple.el Tue Apr 19 18:13:25 2005 *************** *** 4193,4199 **** (setq blinkpos (scan-sexps oldpos -1))) (error nil))) (and blinkpos ! (not (syntax-class (syntax-after blinkpos)) 8)) ;Not syntax '$'. (setq matching-paren (let ((syntax (syntax-after blinkpos))) (and (consp syntax) --- 4193,4200 ---- (setq blinkpos (scan-sexps oldpos -1))) (error nil))) (and blinkpos ! ;; Not syntax '$'. ! (not (eq (syntax-class (syntax-after blinkpos)) 8)) (setq matching-paren (let ((syntax (syntax-after blinkpos))) (and (consp syntax)
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs