Skip to content

Commit 8d4d93b

Browse files
committed
Add autoload cookie
1 parent d22ea2a commit 8d4d93b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite3.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
(require 'cl-lib)
2727
(require 'sqlite3-core)
2828

29+
;;;###autoload
2930
(defun sqlite3-new (&optional dbpath)
3031
"Create `sqlite3' instance. If `dbpath' is omiited, then database is stored
3132
into memory."

0 commit comments

Comments
 (0)