Mercurial > hg > xemacs-beta
comparison lisp/simple.el @ 243:f220cc83d72e r20-5b20
Import from CVS: tag r20-5b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:07 +0200 |
parents | 41f2f0e326e9 |
children | 157b30c96d03 |
comparison
equal
deleted
inserted
replaced
242:fc816b73a05f | 243:f220cc83d72e |
---|---|
2888 (save-excursion | 2888 (save-excursion |
2889 (forward-char -1) | 2889 (forward-char -1) |
2890 (skip-syntax-backward "/\\") | 2890 (skip-syntax-backward "/\\") |
2891 (point))))) | 2891 (point))))) |
2892 (let* ((oldpos (point)) | 2892 (let* ((oldpos (point)) |
2893 (parse-sexp-ignore-comments t) ; to avoid C++ lossage | |
2894 (blinkpos) | 2893 (blinkpos) |
2895 (mismatch)) | 2894 (mismatch)) |
2896 (save-excursion | 2895 (save-excursion |
2897 (save-restriction | 2896 (save-restriction |
2898 (if blink-matching-paren-distance | 2897 (if blink-matching-paren-distance |