/[emacs]/emacs/lisp/paren.el
ViewVC logotype

Diff of /emacs/lisp/paren.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.65 by monnier, Sun Nov 20 18:07:19 2005 UTC
# Line 181  in `show-paren-style' after `show-paren- Line 181  in `show-paren-style' after `show-paren-
181                                         (cdr (syntax-after beg)))                                         (cdr (syntax-after beg)))
182                                     (eq (char-after beg)                                     (eq (char-after beg)
183                                         ;; This can give nil.                                         ;; This can give nil.
184                                         (cdr (syntax-after (1- end)))))))))))))                                         (cdr (syntax-after (1- end))))
185                                       ;; The cdr might hold a new paren-class
186                                       ;; info rather than a matching-char info,
187                                       ;; in which case the two CDRs should match.
188                                       (eq (cdr (syntax-after (1- end)))
189                                           (cdr (syntax-after beg))))))))))))
190          ;;          ;;
191          ;; Highlight the other end of the sexp, or unhighlight if none.          ;; Highlight the other end of the sexp, or unhighlight if none.
192          (if (not pos)          (if (not pos)

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26