diff options
author | Rob Browning <rlb@defaultvalue.org> | 2001-04-28 17:17:38 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2001-04-28 17:17:38 +0000 |
commit | 0b7edf57e8a98e77c5d3e02aee02ddc083521466 (patch) | |
tree | 65a8aff833f53e859951fbc36392d5f5a09fc00c /oop | |
parent | 87f05a7a5a30b5e89729c2d30b6d28bd9db1b79d (diff) | |
download | guile-0b7edf57e8a98e77c5d3e02aee02ddc083521466.tar.gz |
* goops/save.scm (write-readably): rename list* to cons*.
Diffstat (limited to 'oop')
-rw-r--r-- | oop/goops/save.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oop/goops/save.scm b/oop/goops/save.scm index fa13778bd..10d193055 100644 --- a/oop/goops/save.scm +++ b/oop/goops/save.scm @@ -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)) |