Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4b9c0a49
Commit
4b9c0a49
authored
Aug 19, 2010
by
Stefan Monnier
Browse files
* lisp/simple.el (blink-matching-open): Obey forward-sexp-function.
parent
96fa1768
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/simple.el
lisp/simple.el
+3
-1
No files found.
lisp/ChangeLog
View file @
4b9c0a49
2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (blink-matching-open): Obey forward-sexp-function.
2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (prog-mode-map): New var.
...
...
lisp/simple.el
View file @
4b9c0a49
...
...
@@ -5495,7 +5495,9 @@ it skips the contents of comments that end before point."
(and parse-sexp-ignore-comments
(not blink-matching-paren-dont-ignore-comments))))
(condition-case ()
(scan-sexps oldpos -1)
(progn
(forward-sexp -1)
(point))
(error nil))))))
(matching-paren
(and blinkpos
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment