branch: elpa/sly
commit 33e8fbeb3acdbf36b1a6fce2ff6729fe51c798ce
Author: diego <9020453+dieg...@users.noreply.github.com>
Commit: João Távora <joaotav...@gmail.com>

    Fix #587: Fix typo in slynk/backend/allegro.lisp
    
    slynk-backend:find-symbo2l -> slynk-backend:find-symbol2
    
    * slynk/backend/allegro.lisp (with-redirected-y-or-n-p): Fix typo.
---
 slynk/backend/allegro.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slynk/backend/allegro.lisp b/slynk/backend/allegro.lisp
index 2e281abafd..44573c837f 100644
--- a/slynk/backend/allegro.lisp
+++ b/slynk/backend/allegro.lisp
@@ -773,7 +773,7 @@ to do this, this factors in the length of the inserted 
header itself."
           (saved-ynp (symbol-function 'cl:y-or-n-p)))
      (setf (excl::package-definition-lock pkg) nil
            (symbol-function 'cl:y-or-n-p)
-           (symbol-function (slynk-backend:find-symbo2l 
"slynk:y-or-n-p-in-emacs")))
+           (symbol-function (slynk-backend:find-symbol2 
"slynk:y-or-n-p-in-emacs")))
      (unwind-protect
           (progn ,@body)
        (setf (symbol-function 'cl:y-or-n-p)      saved-ynp

Reply via email to