branch: elpa/geiser-gauche
commit 752a496aab6b5bad90d698b45cfb0b878f0a4b26
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>

    Add code source reference
---
 geiser-gauche.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index cc885cc..db8d7cd 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -216,7 +216,8 @@
   (and key (message msg) nil))
 
 
-;;;  Manual look up
+;;; Manual look up
+;;; code taken from the Guile implementation 
 
 (defun geiser-gauche--info-spec (&optional nodes)
   (let* ((nrx "^[       ]+-+ [^:]+:[    ]*")

Reply via email to