]> git.eshelyaron.com Git - emacs.git/commit
C++ Mode: handle compound identifiers preceding brace lists correctly
authorAlan Mackenzie <acm@muc.de>
Sun, 29 Aug 2021 14:03:57 +0000 (14:03 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 29 Aug 2021 14:03:57 +0000 (14:03 +0000)
commit9a1d54814e7970638d8fed56c84389b6c49a55cb
treeb83a2437407ec3daa551d1bd4c58a308cbaaffd7
parent3065b6b73b72f8661d87e3335b348b347a9eb58d
C++ Mode: handle compound identifiers preceding brace lists correctly

* lisp/progmodes/cc-engine.el (c-looking-at-or-maybe-in-bracelist): early in
function, check alternatively for c-back-over-compound-identifier when doing
c-backward-token-2.

* bracelist-36.{cc,res}: New test files.
lisp/progmodes/cc-engine.el