]> git.eshelyaron.com Git - emacs.git/commit
Fix slow scrolling in C++ buffers with lots of template delimiters.
authorAlan Mackenzie <acm@muc.de>
Sat, 27 Apr 2019 17:17:10 +0000 (17:17 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 27 Apr 2019 17:17:10 +0000 (17:17 +0000)
commitdbe81e16583adcae664871206694573209540286
tree09cb770ae891e1be58ddcc4d05164181f14c345f
parent8dc00b2f1e6523c634df3e24379afbe712a32b27
Fix slow scrolling in C++ buffers with lots of template delimiters.

* lisp/progmodes/cc-engine.el (c-update-brace-stack): bind
c-parse-and-markup-<>-arglists and c-restricted-<>-arglists to t around the
call to c-forward-<>-arglist, to force the marking of template delimiters with
syntax-table text properties.
lisp/progmodes/cc-engine.el