]> git.eshelyaron.com Git - emacs.git/commitdiff
Mollify byte compiler in builds without SQLite
authorPo Lu <luangruo@yahoo.com>
Thu, 26 Oct 2023 02:52:23 +0000 (02:52 +0000)
committerPo Lu <luangruo@yahoo.com>
Thu, 26 Oct 2023 02:52:23 +0000 (02:52 +0000)
* lisp/sqlite-mode.el (sqlite-open): New declare-function.

lisp/sqlite-mode.el

index 38e9f84b8425aa2194ddfcd7506a09d082fc433b..120967a725fae3c2b4925bc47a807fc979f8c584 100644 (file)
@@ -33,6 +33,7 @@
 (declare-function sqlite-finalize "sqlite.c")
 (declare-function sqlite-select "sqlite.c")
 (declare-function sqlite-open "sqlite.c")
+(declare-function sqlite-close "sqlite.c")
 
 (defvar-keymap sqlite-mode-map
   "g" #'sqlite-mode-list-tables