Mollify byte compiler in builds without SQLite

* lisp/sqlite-mode.el (sqlite-open): New declare-function.
This commit is contained in:
Po Lu 2023-10-26 02:52:23 +00:00
parent 2c72eecbaa
commit cfa3887e2d

View 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