]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Miscellaneous coding fixes in c-forward-type
authorAlan Mackenzie <acm@muc.de>
Thu, 6 Apr 2023 09:14:56 +0000 (09:14 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 6 Apr 2023 09:14:56 +0000 (09:14 +0000)
commite579c9cc33df536cbd29c2db3960fb30bb7d75c6
tree7d8db1f1d1e3427ed020a09aa3a055359e48de7a
parentd6ac2627466fc193cc95bb84c59b3f23e9d5b6fa
CC Mode: Miscellaneous coding fixes in c-forward-type

This fixes bug #62339.

* lisp/progmodes/cc-engine.el (c-forward-type): In the implicit int handling,
respect the setting of the parameter stop-at-end.  In the case "normal
identifier", insert a missing (c-forward-syntactic-ws); this fixes the bug.
Here, correct the wrong return value `prefix' to t.
lisp/progmodes/cc-engine.el