1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* goops/save.scm (write-readably): rename list* to cons*.

This commit is contained in:
Rob Browning 2001-04-28 17:17:38 +00:00
parent 87f05a7a5a
commit 0b7edf57e8

View file

@ -307,7 +307,7 @@
(display (cond ((not not-literal?) #\()
(proper? "(list ")
(1? "(cons ")
(else "(list* "))
(else "(cons* "))
file)
(if (and not-literal?
(literal? (car o) env))