From 70a9dc9cdec6b1073459488ea2af2a99e328c94c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 12 Mar 2003 10:04:35 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f07a12b16..d81113e96 100644 --- a/NEWS +++ b/NEWS @@ -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 the line: - (default-module-duplicates-handler 'last) + (default-duplicate-binding-handler 'last) 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 first select the first 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 into an merge-accessors merge accessors with a common name