From 8ce1dace8890759b14752613edb11a35399c33df Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 28 Mar 2010 06:58:12 +0200 Subject: PLT: Correct version check. --- elisp/geiser-plt.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elisp') diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index 4fd4de3..58c38a5 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -60,7 +60,8 @@ This function uses `geiser-plt-init-file' if it exists." ,@(apply 'append (mapcar (lambda (p) (list "-S" p)) geiser-plt-collects)) ,@(and (listp geiser-plt-binary) (cdr geiser-plt-binary)) ,@(and init-file (file-readable-p init-file) (list "-f" init-file)) - "-f" ,(expand-file-name "plt/geiser.ss" geiser-scheme-dir)))) + "-f" ,(expand-file-name "plt/geiser.ss" geiser-scheme-dir) + "-e" "(require 'geiser)"))) (defconst geiser-plt--prompt-regexp "^=?mzscheme@[^ ]*?> ") -- cgit v1.2.3