From: Saba Saba Date: Thu, 9 Feb 2023 17:26:21 +0000 (-0500) Subject: Shortened lines X-Git-Url: http://sabadev.xyz:4321/?a=commitdiff_plain;h=a66282085a1270d1509bba35e79df89d9b7b1eaf;p=git-repl.git Shortened lines --- diff --git a/git-repl.cl b/git-repl.cl index a024b67..df00877 100644 --- a/git-repl.cl +++ b/git-repl.cl @@ -18,9 +18,7 @@ (progn (,do-symbol-action (,sym) (push (format ,print-symbols (if ,print-symbols "~a~%" "~a") ,sym) ,results)) - (if ,print-symbols - nil - ,results))))) + (if ,print-symbols nil ,results))))) (defmacro defun-public (name arglist &body body) `(progn