]> git.eshelyaron.com Git - emacs.git/commit
Amend c-backward-sws better to handle multiline block comments
authorAlan Mackenzie <acm@muc.de>
Sun, 16 Feb 2020 17:46:02 +0000 (17:46 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 16 Feb 2020 17:46:02 +0000 (17:46 +0000)
commitefc9d4fe3ef256e6c546c1690bf7dd968f1fdac8
treec43207269b2839327141a753ee17951dda3a3947
parent7ceb45f61f91d99c045966d8463c8ae30add8930
Amend c-backward-sws better to handle multiline block comments

In particular, multiline comments lacking escaped newlines.

* lisp/progmodes/cc-engine.el (c-backward-sws): Whilst searching backward for
a putative beginning of macro, move back over block comments whose innards
lack escaped newlines.
lisp/progmodes/cc-engine.el