[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sly 33e8fbeb3a: Fix #587: Fix typo in slynk/backend/allegr
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/sly 33e8fbeb3a: Fix #587: Fix typo in slynk/backend/allegro.lisp |
|
Date: |
Thu, 11 May 2023 05:01:21 -0400 (EDT) |
branch: elpa/sly
commit 33e8fbeb3acdbf36b1a6fce2ff6729fe51c798ce
Author: diego <9020453+dieggsy@users.noreply.github.com>
Commit: João Távora <joaotavora@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
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/sly 33e8fbeb3a: Fix #587: Fix typo in slynk/backend/allegro.lisp,
ELPA Syncer <=