Blocks don't evaluate their name
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
body)))
|
||||
|
||||
(defun princln (datum &optional print-char-fun)
|
||||
"`princ' DATUM to PRINT-CHAR-FUN. Then print a newline."
|
||||
(princ datum print-char-fun)
|
||||
(funcall (or print-char-fun 'write-byte) ?\n))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user