From: Po Lu Date: Thu, 26 Oct 2023 02:52:23 +0000 (+0000) Subject: Mollify byte compiler in builds without SQLite X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfa3887e2dbcff25574e65cac380f151d0efd833;p=emacs.git Mollify byte compiler in builds without SQLite * lisp/sqlite-mode.el (sqlite-open): New declare-function. --- 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