mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Missing keywords to WRITE-STRING
This commit is contained in:
parent
3b1f1cdfc0
commit
773bdaa2cd
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 end))
|
||||
(cl:write-string stream string :start start :end end))
|
||||
|
||||
|
||||
;; TERPRI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue