Mollify byte compiler in builds without SQLite
* lisp/sqlite-mode.el (sqlite-open): New declare-function.
This commit is contained in:
parent
2c72eecbaa
commit
cfa3887e2d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue