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

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

[nongnu] elpa/geiser-gauche fbcd9a4 050/119: Minor fix


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche fbcd9a4 050/119: Minor fix
Date: Sun, 1 Aug 2021 18:27:55 -0400 (EDT)

branch: elpa/geiser-gauche
commit fbcd9a454c85232ffcc36af0ca87fcc20d8cf5ec
Author: András Simonyi <andras.simonyi@gmail.com>
Commit: András Simonyi <andras.simonyi@gmail.com>

    Minor fix
---
 geiser.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geiser.scm b/geiser.scm
index 3bdea1c..819d22b 100644
--- a/geiser.scm
+++ b/geiser.scm
@@ -225,7 +225,7 @@
                                       (remove (^x (and (pair? x)
                                                        (string? (car x))
                                                        (string= "module" (car 
x))))
-                                       (formatted-autodoc sym #f))))))
+                                       (formatted-autodoc sym mod-name))))))
               ((or (is-a? obj <macro>)
                    (is-a? obj <syntax>))
                (push! macros (list sym)))



reply via email to

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