Remove argument from print debugging template

Most uses don't have any arguments to `format`.
This commit is contained in:
contrapunctus 2022-10-26 01:17:03 +05:30
parent e276088bdd
commit 4558eff538
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ slime-repl-mode lisp-mode
(ln "(:local-nicknames (:" (p "nickname") " :" (p "package-name") ")" q ")")
(c "#+(or)")
;; print debugging
(pd "(format *debug-io* \"" (p "string") "\"" q ")")
(pd "(format *debug-io* \"" q "\")")
(im "(:import-from :" (s "package") " #:" (s "symbol") ")")
(di "(:default-initargs " (s "initarg") ")")
(qu "(ql:update-all-dists)" n> "(ql:update-client)")