From f0ae7c0120fb72f8f810c999f26012daf67af253 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 15 May 2009 00:47:05 +0200 Subject: PLT: Initialization fixes and cleanups. * Check for required minimum version (4.1.5.5). * Colons instead of dashes in exported identifiers. * Unneeded requires are gone. * All significant code inside the geiser module. --- README | 2 +- elisp/geiser-plt.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4ffa2a1..bd36156 100644 --- a/README +++ b/README @@ -50,7 +50,7 @@ - Guile works only with the development, vm-based binary. Be sure to customize `geiser-repl-guile-binary' to point to a correct vm binary. - - PLT Scheme 4.1.5.5 and up is recommended. Listing of + - PLT Scheme 4.1.5.5 or better required. Listing of callers/callees is not available. * Quick key reference diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index e0400ec..1db0ec9 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -82,7 +82,7 @@ This function uses `geiser-plt-init-file' if it exists." ;;; Evaluation support: (defun geiser-plt-geiser-procedure (proc) - (let ((proc (intern (format "geiser/%s" proc)))) + (let ((proc (intern (format "geiser:%s" proc)))) `(dynamic-require ''geiser ',proc))) (defconst geiser-plt--module-re -- cgit v1.2.3