Merge branch 'fix-typo' into 'develop'

Fix generic definition of stream-file-length

See merge request embeddable-common-lisp/ecl!308
This commit is contained in:
Daniel Kochmański 2023-11-16 17:28:43 +00:00 committed by Marius Gerbershagen
commit 124e3e793e

View file

@ -203,7 +203,7 @@
(:documentation
"This is like CL:FILE-POSITION, but for Gray streams."))
(defgeneric stream-file-length (stream &optional position)
(defgeneric stream-file-length (stream)
(:documentation
"This is like CL:FILE-LENGTH, but for Gray streams."))