]> git.eshelyaron.com Git - emacs.git/commit
Don't open a new line for long defuns being inserted at column 0
authorPo Lu <luangruo@yahoo.com>
Mon, 29 Jan 2024 07:45:47 +0000 (15:45 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:15:46 +0000 (21:15 +0100)
commit213276f9e988af6ab59cbb1b9685a675c093c701
tree7c50652dddf1a40bee87893a4a6eb7dbc4508ba4
parentb025b29b919d0d6673a60613fb802476022ca01c
Don't open a new line for long defuns being inserted at column 0

* lisp/vc/log-edit.el (log-edit--insert-filled-defuns): Don't
open a new line for long defuns at column 0.

* test/lisp/vc/log-edit-tests.el
(log-edit-fill-entry-space-substitution): Adjust expected
results to match change.
(log-edit-fill-entry-initial-wrapping): New test.

(cherry picked from commit 0aec3117b5f9632d85401b6a4c7e6d99dcd21db0)
lisp/vc/log-edit.el
test/lisp/vc/log-edit-tests.el