]> git.eshelyaron.com Git - emacs.git/commit
Fix typo in bug#19867 correction (CC Mode indentation bugs)
authorAlan Mackenzie <acm@muc.de>
Wed, 30 Apr 2025 18:51:37 +0000 (18:51 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 1 May 2025 08:32:15 +0000 (10:32 +0200)
commit6b4bc435bdf53bfda21424501ce656dcd1209c9d
tree2799bf16efc2d9c00555d38691c6f4e5f1ed8422
parent8fe836acc0609fe0921b1c5251dec397e9b5aafd
Fix typo in bug#19867 correction (CC Mode indentation bugs)

* lisp/progmodes/cc-align.el (c-lineup-item-after-paren-at-boi):
Replace an erroneous skip-syntax-backward with
skip-chars-backward.

(cherry picked from commit 766adfa8a731683c221630c3fee5aa5ace22428e)
lisp/progmodes/cc-align.el