]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Correct some regexp typos, \\(:? -> \\(?:
authorAlan Mackenzie <acm@muc.de>
Sat, 17 Jun 2023 13:19:18 +0000 (13:19 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 17 Jun 2023 13:19:18 +0000 (13:19 +0000)
commitf47cf7110edf94b7fb7c7a5ffa97e817f7a0e9d1
tree6635938ffff7ed40e28c44d2b1ffa3babeedd103
parentc279369a7a9e373bb4b88feff0a05f56f3c0fa3b
CC Mode: Correct some regexp typos, \\(:? -> \\(?:

This partly corrects bug#64069.

* lisp/progmodes/cc-langs.el (c-ml-string-back-closer-re): Fix
four occurrences, one of which was in a comment, one in a doc
string.

* lisp/progmodes/cc-mode.el (c-or-c++-mode--regexp.): Fix one
occurrence.
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-mode.el