mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
*** empty log message ***
This commit is contained in:
parent
773bdaa2cd
commit
896151dbef
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@
|
|||
string)
|
||||
|
||||
(defmethod stream-write-string ((stream ansi-stream) string &optional (start 0) end)
|
||||
(cl:write-string stream string :start start :end end))
|
||||
(cl:write-string string stream :start start :end end))
|
||||
|
||||
|
||||
;; TERPRI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue