]> git.eshelyaron.com Git - emacs.git/commit
Correction to patch on 2023-06-21 15:36:56 +0000.
authorAlan Mackenzie <acm@muc.de>
Sun, 25 Jun 2023 15:06:05 +0000 (15:06 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 25 Jun 2023 15:06:05 +0000 (15:06 +0000)
commit7220bbe0511e213cf142059c21bfdd63fc494f28
tree3c9d648045f8cf650f9ef76f3eba5e56cccfdbbb
parent0ebedd0119c1bc3c1f55e873385a01e97f102766
Correction to patch on 2023-06-21 15:36:56 +0000.

This corrects an error where commenting out a template closer
left a subsequent closer without a syntax-table text property.

* lisp/progmodes/cc-engine.el (c-unmark-<>-around-region):
Don't scan from the inside of 2-character comment delimiters.
Replace invalid skip-syntax-forward call with a null string
argument by an invocation of
c-search-forward-non-nil-char-property.
lisp/progmodes/cc-engine.el