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

fix begin-deprecated

* module/ice-9/boot-9.scm (begin-deprecated): Fix to output source code,
  doh.
This commit is contained in:
Andy Wingo 2009-03-09 22:01:27 +01:00
parent 928258fbf2
commit b1e93821a3

View file

@ -192,7 +192,7 @@
(defmacro begin-deprecated forms
(if (include-deprecated-features)
`(begin ,@forms)
(begin)))
`(begin)))