1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Declare a couple more functions in multisession.el

* lisp/emacs-lisp/multisession.el: New file.
This commit is contained in:
Lars Ingebrigtsen 2021-12-16 07:22:00 +01:00
parent bfc38ff058
commit 3fd9d48f9b

View file

@ -127,6 +127,8 @@ 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-transaction "sqlite.c")
(declare-function sqlite-commit "sqlite.c")
(defvar multisession--db nil)