mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-06 01:10:53 -08:00
Fix typo.
This commit is contained in:
parent
2fc2421073
commit
6f10f3e925
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
(sys::*print-structure* t))
|
||||
(wt-filtered-data
|
||||
(typecase expr
|
||||
(COMPILED-FUNCTION
|
||||
(FUNCTION
|
||||
(prin1-to-string (sys:compiled-function-name expr)))
|
||||
(PACKAGE
|
||||
(format nil "~%#.(find-package ~S)" (package-name expr)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue