1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

* goops/save.scm: Use re-export' instead of export' when

re-exporting `make-unbound'.
This commit is contained in:
Martin Grabmüller 2001-07-17 05:28:20 +00:00
parent f47ed23fa2
commit 38038d4c6c
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* goops/save.scm: Use `re-export' instead of `export' when
re-exporting `make-unbound'.
2001-06-05 Marius Vollmer <mvo@zagadka.ping.de>
* goops.scm: Use `re-export' instead of `export' when re-exporting

View file

@ -48,7 +48,9 @@
:use-module (oop goops util)
)
(export save-objects load-objects restore make-unbound
(re-export make-unbound)
(export save-objects load-objects restore
enumerate! enumerate-component!
write-readably write-component write-component-procedure
literal? readable make-readable)