summaryrefslogtreecommitdiff
path: root/modules/language/python
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-12-05 22:21:06 +0100
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-12-05 22:21:06 +0100
commit3bb67fbf6caf2f05b8cfd4ae4da47b07791985b5 (patch)
tree521a87a5450afa086051a6cf58fdf8b440845f34 /modules/language/python
parenta27b72f263a14e4efb97479fb022da43ff81b957 (diff)
parentf51847b4c9b95633f886c47d138724782eaeb88f (diff)
Merge branch 'master' of gitlab.com:python-on-guile/python-on-guile
Diffstat (limited to 'modules/language/python')
-rw-r--r--modules/language/python/guilemod.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/language/python/guilemod.scm b/modules/language/python/guilemod.scm
index 3c68142..31fdf91 100644
--- a/modules/language/python/guilemod.scm
+++ b/modules/language/python/guilemod.scm
@@ -25,8 +25,10 @@
(define-syntax-rule (M x) (@@ (system base message) x))
(define-exp-C *do-extension-dispatch* #t)
-(define-exp-C *extension-dispatches* '((("py" "python") . python)
- (("pl" "prolog") . prolog)))
+(define-exp-C *extension-dispatches* '((("py" "python") . python)
+ (("pl" "prolog") . prolog)
+ (("plb" "prolog-boot") . prolog)))
+
(define-exp-C %current-file% (make-fluid '(guile)))
(define-C default-language