summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorMaris Orbidans <maris.orbidans@onthemarket.com>2018-03-29 13:48:21 +0100
committerMaris Orbidans <maris.orbidans@onthemarket.com>2018-03-29 13:48:21 +0100
commit23bc15197dfed3773283b2cacbda47678635f22a (patch)
treef435e459d56cc52bb176a2f05396ede8c19cd408 /elisp
parentdb80a2219d6294dc8b5548cfb59890939ae83cd7 (diff)
downloadgeiser-guile-23bc15197dfed3773283b2cacbda47678635f22a.tar.gz
geiser-guile-23bc15197dfed3773283b2cacbda47678635f22a.tar.bz2
fix compile and load for chez
Diffstat (limited to 'elisp')
-rw-r--r--elisp/geiser-chez.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-chez.el b/elisp/geiser-chez.el
index 2bd45f1..ff75e5a 100644
--- a/elisp/geiser-chez.el
+++ b/elisp/geiser-chez.el
@@ -104,7 +104,7 @@ This function uses `geiser-chez-init-file' if it exists."
(geiser-eval--send/wait "(begin (import (geiser)) (write `((result ) (output . \"\"))) (newline))")))
(defun geiser-chez--display-error (module key msg)
- (and key (message key) nil))
+ (and key (message msg) nil))
;;; Implementation definition: