mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
* goops/save.scm (write-readably): rename list* to cons*.
This commit is contained in:
parent
87f05a7a5a
commit
0b7edf57e8
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@
|
||||||
(display (cond ((not not-literal?) #\()
|
(display (cond ((not not-literal?) #\()
|
||||||
(proper? "(list ")
|
(proper? "(list ")
|
||||||
(1? "(cons ")
|
(1? "(cons ")
|
||||||
(else "(list* "))
|
(else "(cons* "))
|
||||||
file)
|
file)
|
||||||
(if (and not-literal?
|
(if (and not-literal?
|
||||||
(literal? (car o) env))
|
(literal? (car o) env))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue