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

Diff of /emacs/lisp/simple.el

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

revision 1.769 by monnier, Sun Nov 20 18:08:55 2005 UTC revision 1.770 by monnier, Wed Nov 23 15:05:18 2005 UTC
# Line 4320  If nil, search stops at the beginning of Line 4320  If nil, search stops at the beginning of
4320                     ;; The cdr might hold a new paren-class info rather than                     ;; The cdr might hold a new paren-class info rather than
4321                     ;; a matching-char info, in which case the two CDRs                     ;; a matching-char info, in which case the two CDRs
4322                     ;; should match.                     ;; should match.
4323                     (eq matching-paren (cdr (syntax-after oldpos)))))                     (eq matching-paren (cdr (syntax-after (1- oldpos))))))
4324            (message "Mismatched parentheses"))            (message "Mismatched parentheses"))
4325           ((not blinkpos)           ((not blinkpos)
4326            (if (not blink-matching-paren-distance)            (if (not blink-matching-paren-distance)

Legend:
Removed from v.1.769  
changed lines
  Added in v.1.770

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