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

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

[nongnu] elpa/geiser-kawa b8647aa 057/119: Fix error in func name


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-kawa b8647aa 057/119: Fix error in func name
Date: Sun, 1 Aug 2021 18:30:38 -0400 (EDT)

branch: elpa/geiser-kawa
commit b8647aa2ea1ef39a291e45e92f118351c828de5a
Author: spellcard199 <spellcard199@protonmail.com>
Commit: spellcard199 <spellcard199@protonmail.com>

    Fix error in func name
---
 elisp/geiser-kawa.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elisp/geiser-kawa.el b/elisp/geiser-kawa.el
index 33fffae..15607a9 100644
--- a/elisp/geiser-kawa.el
+++ b/elisp/geiser-kawa.el
@@ -109,12 +109,12 @@
 (defun geiser-kawa--deps-run-kawa-unadviced()
   (geiser-kawa--deps-run-kawa--advice-remove)
   (run-kawa)
-  (geiser-kawa--deps-run-kawa-advice-add))
+  (geiser-kawa--deps-run-kawa--advice-add))
 
 (defun geiser-kawa--deps-run-kawa--add-compil-hook()
   ;; The added hook auto-removes itself after being called once.
   (add-hook 'compilation-finish-functions
-            #'geiser-kawa--deps-run-kawa--remove-compil-hook))
+            #'geiser-kawa--deps-run-kawa-remove-compil-hook))
 
 (defun geiser-kawa--deps-run-kawa-remove-compil-hook(buf desc)
   ;; Removes itself from `compilation-finish-functions'



reply via email to

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