]> git.eshelyaron.com Git - emacs.git/commit
More effectually prevent defun list wrapping in C-x C-w
authorPo Lu <luangruo@yahoo.com>
Wed, 24 Apr 2024 03:45:31 +0000 (11:45 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Apr 2024 17:43:44 +0000 (19:43 +0200)
commit633c775fdce2d251a322a51b680e989314cf87a3
tree85cfacc8a8f381e2221f362e791634f76339fba3
parent422c5899f0b2dbd077b22de65f091b32a60f5d0b
More effectually prevent defun list wrapping in C-x C-w

* lisp/vc/log-edit.el (log-edit-fill-entry): Match and replace
with NBSPs the opening defun list also.

* test/lisp/vc/log-edit-tests.el
(log-edit-fill-entry-no-defun-list-wrapping): New test.

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