]> git.eshelyaron.com Git - emacs.git/commit
Fix C++ Mode dynamic error with string delimiters.
authorAlan Mackenzie <acm@muc.de>
Tue, 30 Oct 2018 11:43:13 +0000 (11:43 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 30 Oct 2018 11:43:13 +0000 (11:43 +0000)
commit607cc2901bab0be64d08aff0394a4676a81da40b
tree09d96c501b865e4209e3bd841d09a58c4f3ed4a8
parent15059d228c099c7fbccfb04058d58253d40851e7
Fix C++ Mode dynamic error with string delimiters.

Fixes bug #33163

* lisp/progmodes/cc-mode.el (c-before-change-check-unbalanced-strings):
Use the correct variable `end' in place of the wrong `c-new-END'.
(c-after-change-re-mark-unbalanced-strings): Correct a logic error whilst
skipping over comments.
lisp/progmodes/cc-mode.el