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: Use re-export' instead of export' when

re-exporting `make-unbound'.
This commit is contained in:
Martin Grabmüller 2001-07-17 05:26:15 +00:00
parent 8b19021c25
commit 8d4ab69245
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)