Fix 'with-sqlite-transaction'
authorF. Jason Park <jp@neverwas.me>
Mon, 11 Mar 2024 03:13:42 +0000 (20:13 -0700)
committerEli Zaretskii <eliz@gnu.org>
Mon, 11 Mar 2024 13:23:55 +0000 (15:23 +0200)
commitdb5915f30ba063b72b007d243fbd832e8a4e8961
tree573d768e8ae5dc14ed813d1ee032a4d8de5e2831
parentfe491173e8f839653cb22eea63a7261f4aa1dca9
Fix 'with-sqlite-transaction'

* lisp/sqlite.el (with-sqlite-transaction): Tuck misplaced body
of else form back into feature-test control structure whence it
escaped.  (Bug#67142)

* test/lisp/sqlite-tests.el: New file to accompany
test/src/sqlite-tests.el.
lisp/sqlite.el
test/lisp/sqlite-tests.el [new file with mode: 0644]