branch: externals/rcirc-sqlite commit 15090068f2589e2591dd3d7c6e4056e1344a8682 Author: matto <ma...@matto.nl> Commit: matto <ma...@matto.nl>
on request (elpa) added defvars --- rcirc-sqlite.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rcirc-sqlite.el b/rcirc-sqlite.el index 9928695d0d..bc62f49440 100644 --- a/rcirc-sqlite.el +++ b/rcirc-sqlite.el @@ -45,6 +45,9 @@ ;;; Code: +(defvar rcirc-log-alist) +(defvar rcirc-log-time-format) + (defgroup rcirc-sqlite nil "Rcirc logging in SQLite." :prefix "rcirc-sqlite-" @@ -186,7 +189,6 @@ offset and limit." (setq dbquery (concat "SELECT * FROM (" dbquery (format " ORDER BY time DESC LIMIT %s) ORDER BY time ASC" rcirc-sqlite-rows))))) - (message "%s" dbquery) (sqlite-execute db dbquery (reverse dbdata))))) (defun rcirc-sqlite-db-search-log (arg-list)