emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-guile 5835dc5 107/284: Guile: Geiser now behaves co


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile 5835dc5 107/284: Guile: Geiser now behaves correctly in buffers for unloaded modules.
Date: Sun, 1 Aug 2021 18:29:26 -0400 (EDT)

branch: elpa/geiser-guile
commit 5835dc58d7dc06b68103fd3a726b8723b7b55936
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    Guile: Geiser now behaves correctly in buffers for unloaded modules.
---
 elisp/geiser-guile.el | 3 +--
 1 file changed, 1 insertion(+), 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]