]> git.eshelyaron.com Git - emacs.git/commit
C++ Mode: recognize brace blocks without the hitherto required = sign
authorAlan Mackenzie <acm@muc.de>
Fri, 3 Apr 2020 20:37:31 +0000 (20:37 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 3 Apr 2020 20:37:31 +0000 (20:37 +0000)
commit9b995320c853a45d785896fb25f788f9248658f4
tree21e61caeb6d732888c9aeefd1e5f3e2a70f21491
parentb318e58d28cc2f88a1d64b604cad9467e3bddfa0
C++ Mode: recognize brace blocks without the hitherto required = sign

* lisp/progmodes/cc-engine.el (c-looking-at-or-maybe-in-bracelist): Add code
to recognize a literal brace expression following an array declaration for
C++.
(c-looking-at-inexpr-block): Replace c-symbol-chars with c-symbol-char-key,
fixing a coding error.
lisp/progmodes/cc-engine.el