]> git.eshelyaron.com Git - emacs.git/commit
CC Mode. Fix slow scrolling by adding a search limit.
authorAlan Mackenzie <acm@muc.de>
Sat, 2 Nov 2019 13:03:50 +0000 (13:03 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 2 Nov 2019 13:03:50 +0000 (13:03 +0000)
commitec16dd1a1e0cc4c315fb57f8720083aabfd434e5
tree268b46c9cc6ff398556d32963ec9a149572774fd
parent6911ef3da69333cb7adc1a7fb0a0fc001220a0c4
CC Mode.  Fix slow scrolling by adding a search limit.

This fixes bug #10149.

* lisp/progmodes/cc-fonts.el (c-font-lock-single-decl) Limit the search by
c-go-up-list-backwards to 500 non-literal characters.
lisp/progmodes/cc-fonts.el