diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-01-24 20:31:21 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-01-24 20:31:21 +0100 |
commit | 5835dc58d7dc06b68103fd3a726b8723b7b55936 (patch) | |
tree | 681483a39df074a13d3334f071bf11b5d5d93bd8 /elisp | |
parent | ed29f9f4f9661a71cf5ee3f1fd3b2f6fb0a6bd37 (diff) | |
download | geiser-guile-5835dc58d7dc06b68103fd3a726b8723b7b55936.tar.gz geiser-guile-5835dc58d7dc06b68103fd3a726b8723b7b55936.tar.bz2 |
Guile: Geiser now behaves correctly in buffers for unloaded modules.
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/geiser-guile.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el index c173f4d..ccc048c 100644 --- a/elisp/geiser-guile.el +++ b/elisp/geiser-guile.el @@ -1,6 +1,6 @@ ;; geiser-guile.el -- guile's implementation of the geiser protocols -;; Copyright (C) 2009 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -76,7 +76,6 @@ This function uses `geiser-guile-init-file' if it exists." (cond ((null module) (save-excursion (ignore-errors - (backward-sexp) (while (not (zerop (geiser-syntax--nesting-level))) (backward-up-list))) (if (re-search-backward geiser-guile--module-re nil t) |