]> git.eshelyaron.com Git - emacs.git/commit
Ensure indent-region argument order in tempo.el is correct
authorMorgan Willcock <morgan@ice9.digital>
Sun, 31 Dec 2023 20:47:17 +0000 (20:47 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 4 Jan 2024 21:16:24 +0000 (22:16 +0100)
commita3705cfb56f9ff5983f5024128f9b8c2aa669b58
tree7d02c41e176118e4020053f2e7ce124c9f4fa428
parent4747d1cc74a99df085fa77d5e48e92690a1b076f
Ensure indent-region argument order in tempo.el is correct

* lisp/tempo.el (tempo-insert): Call 'indent-region' with the
stored region markers to ensure that the start and end arguments
are used in the correct order.  (Bug#68185)

(cherry picked from commit 5765cc3a5a32bdecfb6b28180afda97d4b74ee6a)
lisp/tempo.el