]> git.eshelyaron.com Git - emacs.git/commit
Fix picture-mode with full-width characters
authorEli Zaretskii <eliz@gnu.org>
Sun, 10 Nov 2024 09:48:34 +0000 (11:48 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 15 Nov 2024 12:40:47 +0000 (13:40 +0100)
commit4a412126a46fa91efa0d2a91b5b1add1dc15cccc
treee645f4a7da58e739d82140c45a41b7b39cab0fdd
parent9424ad7232310d2e19c13b962db2ee5626850ddc
Fix picture-mode with full-width characters

* lisp/textmodes/picture.el (picture-insert): Don't rely on
'move-to-column' to move to the column that is its argument: this
might be false when full-width characters are involved.

(cherry picked from commit 3954e8d9bbed902e750c9e0647c6527ae32523b9)
lisp/textmodes/picture.el