diff options
author | Alan Mackenzie <acm@muc.de> | 2019-03-03 20:03:56 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2019-03-03 20:03:56 +0000 |
commit | 81ae21792b3d840a2f11e4c3a682e1e30799c37f (patch) | |
tree | 3fc18aff722136ab95473328e13bf29b6feff7c0 /src/coding.c | |
parent | db3b3b350658e31c2668f2a14072d6ada9e2ae7c (diff) | |
download | emacs-81ae21792b3d840a2f11e4c3a682e1e30799c37f.tar.gz |
Correct some slightly incorrect regular expressions:
* lisp/progmodes/cc-awk.el (c-awk-harmless-char-re)
(c-awk-harmless-line-char-re, c-awk-_-harmless-nonws-char-re): [...\\\\...]
-> [...\\...].
* lisp/progmodes/cc-engine.el (c-literal-limits): "*/" -> "\\*/".
* lisp/progmodes/cc-mode.el (c-after-change-re-mark-unbalanced-strings):
"\\\r" -> "\r".
Diffstat (limited to 'src/coding.c')
0 files changed, 0 insertions, 0 deletions