mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
* goops/save.scm: Use re-export' instead of
export' when
re-exporting `make-unbound'.
This commit is contained in:
parent
f47ed23fa2
commit
38038d4c6c
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue