mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 21:10:29 +02:00
(generic-write): Return the `unspecified' value.
This commit is contained in:
parent
9f79272ab3
commit
21a10205ed
1 changed files with 3 additions and 1 deletions
|
@ -250,7 +250,9 @@
|
||||||
|
|
||||||
(if width
|
(if width
|
||||||
(out genwrite:newline-str (pp obj 0))
|
(out genwrite:newline-str (pp obj 0))
|
||||||
(wr obj 0)))
|
(wr obj 0))
|
||||||
|
;; Return `unspecified'
|
||||||
|
(if #f #f))
|
||||||
|
|
||||||
; (reverse-string-append l) = (apply string-append (reverse l))
|
; (reverse-string-append l) = (apply string-append (reverse l))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue