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

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2003-03-12 10:04:35 +00:00
parent 70a459e3f8
commit 70a9dc9cde

5
NEWS
View file

@ -77,7 +77,7 @@ the last imported binding of a certain name), write:
If you want the old behavior without changing your module headers, put If you want the old behavior without changing your module headers, put
the line: the line:
(default-module-duplicates-handler 'last) (default-duplicate-binding-handler 'last)
in your .guile init file. in your .guile init file.
@ -97,6 +97,9 @@ Currently available duplicates handlers are:
warn-override-core issue a warning for imports which override core bindings warn-override-core issue a warning for imports which override core bindings
first select the first encountered binding (override) first select the first encountered binding (override)
last select the last encountered binding (override) last select the last encountered binding (override)
These two are provided by the (oop goops) module:
merge-generics merge generic functions with a common name merge-generics merge generic functions with a common name
into an <extended-generic> into an <extended-generic>
merge-accessors merge accessors with a common name merge-accessors merge accessors with a common name