Variable: c-escaped-newline-takes-precedence

c-escaped-newline-takes-precedence is a buffer-local variable defined in cc-engine.el.gz.

Documentation

Set if the language resolves escaped newlines first.

This makes a difference in a string like "...\\\\
". When
this variable is nil, the first backslash escapes the second, leaving an unterminated string. When it's non-nil, the string is continued onto the next line, and the first backslash escapes whatever begins that next line.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz
(c-declare-lang-variables)