branch: elpa/emacsql
commit ad6c09681e483f68316330324900789e32858037
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Oops, print the tuple.
---
 emacsql-system.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-system.el b/emacsql-system.el
index c33a823d55..ec05bff153 100644
--- a/emacsql-system.el
+++ b/emacsql-system.el
@@ -32,7 +32,7 @@ Unfortunately config.guess has lots of names for Windows."
 
 (defun emacsql-system-print-tuple ()
   "This is for calling from a Makefile."
-  (emacsql-system-tuple)
+  (princ (emacsql-system-tuple))
   (princ "\n"))
 
 (provide 'emacsql-system)

Reply via email to