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:
parent
928258fbf2
commit
b1e93821a3
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
|||
(defmacro begin-deprecated forms
|
||||
(if (include-deprecated-features)
|
||||
`(begin ,@forms)
|
||||
(begin)))
|
||||
`(begin)))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue