]> git.eshelyaron.com Git - emacs.git/commit
Fix 'delete-rectangle' with multi-column characters
authorEli Zaretskii <eliz@gnu.org>
Thu, 28 Dec 2023 08:50:59 +0000 (10:50 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:21:45 +0000 (08:21 +0100)
commit57f4ef36538f92b69db10fef3c31a1f94da13cab
tree3d40d7a2ab3a5fc1bee84d937a7cdf9b170f39dc
parent5cd7b52397b9b152b451bd5b72df49bd54ab72b6
Fix 'delete-rectangle' with multi-column characters

* lisp/rect.el (delete-rectangle-line): Support multi-column
characters, when STARTCOL is in the middle of such a character.
(Bug#67925)

(cherry picked from commit 6abf1c038f6c74f2e56078228cdf8a0cda40c6b3)
lisp/rect.el