projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39073a0
)
Fix escaped symbol printing
author
David Vázquez
<davazp@gmail.com>
Thu, 27 Jun 2013 01:42:20 +0000
(
03:42
+0200)
committer
David Vázquez
<davazp@gmail.com>
Thu, 27 Jun 2013 01:42:20 +0000
(
03:42
+0200)
src/print.lisp
patch
|
blob
|
history
diff --git
a/src/print.lisp
b/src/print.lisp
index
941b97c
..
f7b558d
100644
(file)
--- a/
src/print.lisp
+++ b/
src/print.lisp
@@
-28,6
+28,7
@@
(when (or (terminalp ch)
(char= ch #\:)
(char= ch #\\)
+ (not (char= ch (char-upcase ch)))
(char= ch #\|))
(return-from escape-symbol-name-p t))))
dots-only))