]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Fix dodgy lisp `let' form.
authorAlan Mackenzie <acm@muc.de>
Wed, 16 Oct 2024 13:17:26 +0000 (13:17 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 17 Oct 2024 18:51:07 +0000 (20:51 +0200)
commitefb58fb70dcd6209db1c2c7cfba1478315c337bc
treeaf1a8fff76027cbae6ed5297354fb9268995cf34
parent31c5a8a244f27eeaaaab16e20d281a79a8df67d8
CC Mode: Fix dodgy lisp `let' form.

* lisp/progmodes/cc-engine.el (c-forward-sws): Move a `setq'
form from out of a let binding.  This form could have been
affected by the byte compiler bug bug#67116 before this was
fixed.

(cherry picked from commit 5340fdaade1f8fe7af08293619cca89ae0796fcf)
lisp/progmodes/cc-engine.el