read-print: Recognize 'wrap-program' and 'wrap-script' as special forms.
* guix/read-print.scm (%special-forms): Add 'wrap-program' and 'wrap-script'.
This commit is contained in:
parent
8749f31485
commit
75a25d9c2a
@ -335,6 +335,8 @@ expressions and blanks that were read."
|
|||||||
('with-output-to-file 2)
|
('with-output-to-file 2)
|
||||||
('with-input-from-file 2)
|
('with-input-from-file 2)
|
||||||
('with-directory-excursion 2)
|
('with-directory-excursion 2)
|
||||||
|
('wrap-program 2)
|
||||||
|
('wrap-script 2)
|
||||||
|
|
||||||
;; (gnu system) and (gnu services).
|
;; (gnu system) and (gnu services).
|
||||||
('operating-system 1)
|
('operating-system 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user