From ba2279837153c2ea12dc7dea9f7abdf1c1f99151 Mon Sep 17 00:00:00 2001 From: Mariano Montone Date: Thu, 11 Jul 2024 10:48:40 -0300 Subject: [PATCH] Housekeeping --- src/tags.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tags.lisp b/src/tags.lisp index dd2d5ae..0c78d16 100644 --- a/src/tags.lisp +++ b/src/tags.lisp @@ -677,7 +677,7 @@ are prepended to *TEMPLATE-ARGUMENTS*" (handler-case (princ (funcall fn) stream) (error (e) - (template-error* e "There was an error executing the lisp form: ~A" sexp)))))) + (template-error* e "There was an error executing the lisp form: ~s" sexp)))))) (error (e) (template-error* e "There was an error executing the lisp form ~A" sexp))))