mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Removed call to inexistent function PRINT-IHS
This commit is contained in:
parent
cc57385a24
commit
b2b226ae47
1 changed files with 0 additions and 2 deletions
|
|
@ -608,8 +608,6 @@ file. When the saved image is invoked, it will start the redefined top-level."
|
|||
(*print-level* 2)
|
||||
(*print-length* 4)
|
||||
(*print-pretty* t))
|
||||
(when (ihs-visible i)
|
||||
(print-ihs i))
|
||||
(do () ((or (> j *frs-top*) (> (frs-ihs j) i)))
|
||||
(print-frs j)
|
||||
(incf j)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue