From cfa3887e2dbcff25574e65cac380f151d0efd833 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 26 Oct 2023 02:52:23 +0000 Subject: [PATCH] Mollify byte compiler in builds without SQLite * lisp/sqlite-mode.el (sqlite-open): New declare-function. --- lisp/sqlite-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/sqlite-mode.el b/lisp/sqlite-mode.el index 38e9f84b842..120967a725f 100644 --- 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 -- 2.39.5