]> git.eshelyaron.com Git - emacs.git/commit
Fix rectangle commands when 'indent-tabs-mode' is non-nil
authorEli Zaretskii <eliz@gnu.org>
Thu, 28 Dec 2023 08:56:33 +0000 (10:56 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:21:55 +0000 (08:21 +0100)
commitbfd9a05669fd6cec67597c473228a22f10af7132
treeb6330f326fb33c10a668489400d929dfecdd990f
parent57f4ef36538f92b69db10fef3c31a1f94da13cab
Fix rectangle commands when 'indent-tabs-mode' is non-nil

* lisp/rect.el (delete-rectangle, kill-rectangle): Temporarily
bind 'indent-tabs-mode' to nil.  (Bug#67925)

(cherry picked from commit 24e71050ea9f82979fadd320e8aaf9c8d58b72f2)
lisp/rect.el