From 66553a900b88f544ed9a4f712919e58acf63fba5 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 15 May 2009 13:42:41 +0200 Subject: PLT: Bug fix: correctly handle explicit module definitions. --- elisp/geiser-plt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elisp/geiser-plt.el') diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index 1db0ec9..16c0b96 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -86,7 +86,7 @@ This function uses `geiser-plt-init-file' if it exists." `(dynamic-require ''geiser ',proc))) (defconst geiser-plt--module-re - "^(module +\\(([^)]+)\\)") + "^(module +\\([^ ]+\\)") (defun geiser-plt--explicit-module () (save-excursion -- cgit v1.2.3