]> git.eshelyaron.com Git - emacs.git/commit
Fix 'with-sqlite-transaction'
authorF. Jason Park <jp@neverwas.me>
Mon, 11 Mar 2024 03:13:42 +0000 (20:13 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Mar 2024 15:39:32 +0000 (16:39 +0100)
commita3d6d030feb9c726bd16295ef6e5dbb120af36ff
treed149af74978874c049a54fa6cd7b1658a4781aa7
parentc64e419251124f3ee3f3b5ba74d9551ebf87fdb6
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.

(cherry picked from commit db5915f30ba063b72b007d243fbd832e8a4e8961)
lisp/sqlite.el
test/lisp/sqlite-tests.el [new file with mode: 0644]