mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-14 11:20:52 -08:00
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:
commit
124e3e793e
1 changed files with 1 additions and 1 deletions
|
|
@ -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."))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue