]> git.eshelyaron.com Git - emacs.git/commit
C++ Mode: Handle "if constexpr (...)" with a simple statement correctly
authorAlan Mackenzie <acm@muc.de>
Wed, 3 Mar 2021 11:55:51 +0000 (11:55 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 3 Mar 2021 11:55:51 +0000 (11:55 +0000)
commit9ef8a3bfca192777e7cf8b4748d188249a517582
treee758782340387e39a09347746f1a1103a0813354
parent3ef6d04dcff86a7e2ed6552c1835b24d5bfc58b7
C++ Mode: Handle "if constexpr (...)" with a simple statement correctly

* lisp/progmodes/cc-engine.el (c-beginning-of-statement-1): Add a check and
handling for c-block-stmt-hangon-key in the main loop.
lisp/progmodes/cc-engine.el