1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

; * src/sqlite.c (Fsqlite_load_extension): Add "vec0" to allowed extensions.

This commit is contained in:
Eli Zaretskii 2024-07-20 10:27:52 +03:00
parent 96f1db89ee
commit 07b1a36f78

View File

@ -722,6 +722,7 @@ Only modules on Emacs' list of allowed modules can be loaded. */)
"rtree",
"sha1",
"uuid",
"vec0",
"vector0",
"vfslog",
"vss0",