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

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

[nongnu] elpa/geiser-gauche 9f3531a 088/119: Simplify autoloads


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 9f3531a 088/119: Simplify autoloads
Date: Sun, 1 Aug 2021 18:28:03 -0400 (EDT)

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

    Simplify autoloads
---
 geiser-gauche.el | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index aa9777b..db92fea 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -125,7 +125,7 @@
        (format "(eval '(geiser:%s %s) (find-module 'geiser))" proc form)))))
 
 
-;;; Module handling 
+;;; Module handling
 
 (defconst geiser-gauche--module-re
   "(define-module +\\([[:alnum:].-]+\\)"
@@ -360,13 +360,6 @@ form."
 (autoload 'switch-to-gauche "geiser-gauche"
   "Start a Geiser Gauche Scheme REPL, or switch to a running one." t)
 
-;;;###autoload
-(with-eval-after-load 'geiser-impl
-  ;; Add Gauche to the list of active implementations if not set manually.
-  (when (equal (cadar (get 'geiser-active-implementations 'standard-value))
-              geiser-active-implementations)
-    (add-to-list 'geiser-active-implementations 'gauche)))
-
 
 (provide 'geiser-gauche)
 



reply via email to

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