projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c72eec
)
Mollify byte compiler in builds without SQLite
author
Po Lu
<luangruo@yahoo.com>
Thu, 26 Oct 2023 02:52:23 +0000
(
02:52
+0000)
committer
Po 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
patch
|
blob
|
history
diff --git
a/lisp/sqlite-mode.el
b/lisp/sqlite-mode.el
index 38e9f84b8425aa2194ddfcd7506a09d082fc433b..120967a725fae3c2b4925bc47a807fc979f8c584 100644
(file)
--- a/
lisp/sqlite-mode.el
+++ b/
lisp/sqlite-mode.el
@@
-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