emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/paren.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/paren.el [lexbind]
Date: Thu, 11 Nov 2004 23:47:36 -0500

Index: emacs/lisp/paren.el
diff -c emacs/lisp/paren.el:1.51.2.3 emacs/lisp/paren.el:1.51.2.4
*** emacs/lisp/paren.el:1.51.2.3        Thu Apr 29 10:59:10 2004
--- emacs/lisp/paren.el Fri Nov 12 04:21:13 2004
***************
*** 139,146 ****
  (defun show-paren-function ()
    (if show-paren-mode
        (let ((oldpos (point))
!           (dir (cond ((eq (car (syntax-after (1- (point)))) 5) -1)
!                      ((eq (car (syntax-after (point))) 4) 1)))
            pos mismatch face)
        ;;
        ;; Find the other end of the sexp.
--- 139,146 ----
  (defun show-paren-function ()
    (if show-paren-mode
        (let ((oldpos (point))
!           (dir (cond ((eq (car (syntax-after (1- (point)))) ?\)) -1)
!                      ((eq (car (syntax-after (point))) ?\() 1)))
            pos mismatch face)
        ;;
        ;; Find the other end of the sexp.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]