]> git.eshelyaron.com Git - emacs.git/commit
Correctly indent C++ brace lists in member init lists.
authorAlan Mackenzie <acm@muc.de>
Thu, 26 Jul 2018 19:55:47 +0000 (19:55 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 26 Jul 2018 19:55:47 +0000 (19:55 +0000)
commit99a93dae241b3f779bdf9484a54f1096785c6f84
tree5cde9e9b8e903e26d9c837176ad8afa203a4b70b
parenta8f2d97b12bf2c5cc8ef1a1e7e4eb2ed05cf3af8
Correctly indent C++ brace lists in member init lists.

* lisp/progmodes/cc-engine.el (c-guess-basic-syntax; CASE 9B, CASE 9C): Set a
limit for a backward search to the ":" introducing the member init list, when
there is one, rather than the enclosing "{" or nil.
lisp/progmodes/cc-engine.el