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

Fix duplicate removal of with-fluids.

Based on a patch by David Kastrup <dak@gnu.org>.
Fixes <http://bugs.gnu.org/13838>.

* libguile/fluids.c (scm_i_make_with_fluids): Remove the duplicate
  binding instead of the last binding.

* test-suite/tests/fluids.test: Add test, and fix existing duplicate
  tests.

* THANKS: Thanks David Kastrup.
This commit is contained in:
Mark H Weaver 2013-02-28 06:26:22 -05:00
parent 5ccc3764b3
commit b8d8f8b929
3 changed files with 27 additions and 9 deletions

1
THANKS
View file

@ -94,6 +94,7 @@ For fixes or providing information which led to a fix:
David Jaquay
Paul Jarc
Steve Juranich
David Kastrup
Richard Kim
Bruce Korb
René Köcher