projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd7f3f
)
Add Tilde D: Decimal to FORMAT.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Mon, 10 Jun 2013 19:31:41 +0000
(21:31 +0200)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Thu, 29 Aug 2013 10:48:41 +0000
(12:48 +0200)
src/print.lisp
patch
|
blob
|
history
diff --git
a/src/print.lisp
b/src/print.lisp
index
66d8b0a
..
a540357
100644
(file)
--- a/
src/print.lisp
+++ b/
src/print.lisp
@@
-304,4
+304,5
@@
(defun format-special (chr arg)
(case (char-upcase chr)
(#\S (prin1-to-string arg))
- (#\A (princ-to-string arg))))
+ (#\A (princ-to-string arg))
+ (#\D (princ-to-string arg))))