emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql ad6c09681e 261/427: Oops, print the tuple.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql ad6c09681e 261/427: Oops, print the tuple.
Date: Tue, 13 Dec 2022 02:59:50 -0500 (EST)

branch: elpa/emacsql
commit ad6c09681e483f68316330324900789e32858037
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@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

[Prev in Thread] Current Thread [Next in Thread]