]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: replace an erroneous re-search-forward with search-forward
authorAlan Mackenzie <acm@muc.de>
Thu, 13 Jun 2019 10:06:33 +0000 (10:06 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 13 Jun 2019 10:06:33 +0000 (10:06 +0000)
commit25b13765167746529e4ecbdcbb7bcfc8cc647cd3
tree0eb135453983e46768c33effce429f799bc9437d
parent2f4b4c8571d61892ab03015147b9665d32bfc0c7
CC Mode: replace an erroneous re-search-forward with search-forward

Move two declarations to a more suitable point in the cc-engine.el.

* lisp/progmodes/cc-engine.el (c-after-change-unmark-raw-strings): Change an
re-search-forward to search-forward.
(c-semi-lit-near-cache, c-semi-near-cache-limit): Move the declarations.
lisp/progmodes/cc-engine.el