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:
parent
87f05a7a5a
commit
0b7edf57e8
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue