]> git.eshelyaron.com Git - emacs.git/commit
Use cl-with-gensyms in with-sqlite-transaction
authorStefan Kangas <stefankangas@gmail.com>
Sun, 23 Feb 2025 23:55:16 +0000 (00:55 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:35:38 +0000 (10:35 +0100)
commita7fabe1c983519adc93c68fe71f430f488be0098
tree88d9cadd4ff7b508171590c676800bf37857a74b
parentb4bdf44237f990ea972ccf76dfc866a2668315eb
Use cl-with-gensyms in with-sqlite-transaction

* lisp/sqlite.el (cl-lib): Require at compile-time.
(with-sqlite-transaction): Use cl-with-gensyms.

(cherry picked from commit 637c73d3a804f7e64736b87994e8974892529b00)
lisp/sqlite.el