fix multiple values returning from srfi-18's `with-exception-handler'
authorAndy Wingo <wingo@pobox.com>
Thu, 21 May 2009 19:39:37 +0000 (21:39 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 21 May 2009 19:39:37 +0000 (21:39 +0200)
commit2032f3d1db09aa63de4ec060081a5bf9053f0d3c
tree0467f83f613bf7ee85bb06ebcea72a1c3da2a960
parent0f423f20aae6228431d3695e60ade937858110b8
fix multiple values returning from srfi-18's `with-exception-handler'

* module/srfi/srfi-18.scm (with-exception-handler): Hah! Fixed a
  scurrilous bug in which we assumed that the thunk returned one or more
  values. Hah.
module/srfi/srfi-18.scm