]> git.eshelyaron.com Git - emacs.git/commit
comment-indent: Handle BOL already within a multiline comment
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 24 Apr 2025 07:38:34 +0000 (15:38 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 17:30:04 +0000 (19:30 +0200)
commit3ff7f392f136b433bf834758a22b5ed077c21676
tree1199e11b5767a2632630e81e9d94798bbc4bf1c3
parent8ac5833a6f1c8ead743580be583c5338c31898a0
comment-indent: Handle BOL already within a multiline comment

* lisp/newcomment.el (comment-indent): Newly handle the case
that BOL is already within a multiline comment (bug#78003).
Thanks to Stefan Monnier for review and reworking the control
flow.

(cherry picked from commit a6829a0c35326361b2b04bd4a010a30fe99802b1)
lisp/newcomment.el