emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cfa3887e2db 1/2: Mollify byte compiler in builds without SQLite


From: Po Lu
Subject: master cfa3887e2db 1/2: Mollify byte compiler in builds without SQLite
Date: Thu, 26 Oct 2023 00:50:50 -0400 (EDT)

branch: master
commit cfa3887e2dbcff25574e65cac380f151d0efd833
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]