mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-15 02:00:22 +02:00
nits picked on boot-9.scm
* ice-9/boot-9.scm (defmacro): Indentation fix. (begin-deprecated): Don't cons in the `begin' macro itself, only the symbol `begin'.
This commit is contained in:
parent
115b9ee8ab
commit
1b68d041a5
1 changed files with 3 additions and 3 deletions
|
@ -206,8 +206,8 @@
|
||||||
|
|
||||||
(defmacro begin-deprecated forms
|
(defmacro begin-deprecated forms
|
||||||
(if (include-deprecated-features)
|
(if (include-deprecated-features)
|
||||||
(cons begin forms)
|
`(begin ,@forms)
|
||||||
#f))
|
(begin)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue