]> 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)
committerEli Zaretskii <eliz@gnu.org>
Thu, 4 Jan 2024 11:16:54 +0000 (13:16 +0200)
commit5765cc3a5a32bdecfb6b28180afda97d4b74ee6a
tree99ea19f833336059cdfea8fb12dfed17e944db88
parentff00b85acf8371a358a055ef3e7325220bb6e362
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)
lisp/tempo.el