diff options
Diffstat (limited to 'module/ice-9/boot-9.scm')
-rw-r--r-- | module/ice-9/boot-9.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm index 585247747..ed7a4c864 100644 --- a/module/ice-9/boot-9.scm +++ b/module/ice-9/boot-9.scm @@ -308,6 +308,8 @@ (syntax-rules () ((_ exp) (make-promise (lambda () exp))))) +(include-from-path "ice-9/quasisyntax") + ;;; @bind is used by the old elisp code as a dynamic scoping mechanism. ;;; Please let the Guile developers know if you are using this macro. ;;; |