Silence 3 warnings for non sqlite builds
* lisp/emacs-lisp/multisession.el (sqlite-commit) (sqlite-transaction, sqlite-rollback): Declare.
This commit is contained in:
parent
c4cc905d6b
commit
931663f123
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@ DOC should be a doc string, and ARGS are keywords as applicable to
|
|||
(declare-function sqlite-select "sqlite.c")
|
||||
(declare-function sqlite-open "sqlite.c")
|
||||
(declare-function sqlite-pragma "sqlite.c")
|
||||
(declare-function sqlite-commit "sqlite.c")
|
||||
(declare-function sqlite-transaction "sqlite.c")
|
||||
(declare-function sqlite-rollback "sqlite.c")
|
||||
|
||||
(defvar multisession--db nil)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue