aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-12-15 08:59:00 +0100
committerLars Ingebrigtsen2021-12-15 08:59:00 +0100
commitabe8bcd059491f2982731237bb3b271d1e07d7a7 (patch)
tree479f4bb4dbc534d0b8101316778a8b9fd4a9e876 /lisp
parent096d82be9ab71f04e0639e7259095f939832e061 (diff)
downloademacs-scratch/sqlite.tar.gz
emacs-scratch/sqlite.zip
Add more multisession testsscratch/sqlite
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/multisession.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/multisession.el b/lisp/emacs-lisp/multisession.el
index 711253bc514..57122f89153 100644
--- a/lisp/emacs-lisp/multisession.el
+++ b/lisp/emacs-lisp/multisession.el
@@ -219,7 +219,7 @@ DOC should be a doc string, and ARGS are keywords as applicable to
219 (print-level nil)) 219 (print-level nil))
220 (prin1-to-string value)))) 220 (prin1-to-string value))))
221 (condition-case nil 221 (condition-case nil
222 (read-from-string pvalue) 222 (ignore (read-from-string pvalue))
223 (error (error "Unable to store unreadable value: %s" pvalue))) 223 (error (error "Unable to store unreadable value: %s" pvalue)))
224 (sqlite-execute 224 (sqlite-execute
225 multisession--db 225 multisession--db