]> git.eshelyaron.com Git - emacs.git/commit
CC Mode (some languages): handle string lines ending in \\
authorAlan Mackenzie <acm@muc.de>
Thu, 20 Jul 2023 19:33:42 +0000 (19:33 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 20 Jul 2023 19:33:42 +0000 (19:33 +0000)
commitc601148ded734be2920044f943c44886d144cd97
tree2920d1d87aee6b04d0cedb606dccc9bc1f68ef78
parent5513f72d3c85ce770a89dc598d2c0b903f0a0b2b
CC Mode (some languages): handle string lines ending in \\

In C, C++, Objective C, and Pike modes, regard \\ in a string
at EOL as a backslash followed by an escaped newline.  In the
other languages, this remains regarded as an escaped backslash
followed by an invalid string terminator.

* lisp/progmodes/cc-defs.el (c-is-escaped, c-will-be-escaped):
Amend to observe the changed notion of escaped newlines.

* lisp/progmodes/cc-langs.el (c-string-escaped-newlines):
Unused, removed.
(c-escaped-newline-takes-precedence): New lang const and var.
(c-string-innards-re-alist): Amend, using the above new lang
var.
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-langs.el