[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/slime 173aad693d 01/44: Remove unused lexical variable ‘s
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/slime 173aad693d 01/44: Remove unused lexical variable ‘start’ from slime-print-apropos |
Date: |
Fri, 29 Dec 2023 01:00:00 -0500 (EST) |
branch: elpa/slime
commit 173aad693d7fd624aa522efe7e5ef3093480a221
Author: Yan <yan@metatem.net>
Commit: Stas Boukarev <stassats@gmail.com>
Remove unused lexical variable ‘start’ from slime-print-apropos
1ee576a5 introduced a warning
---
slime.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/slime.el b/slime.el
index d4905d374c..d607722cc4 100644
--- a/slime.el
+++ b/slime.el
@@ -4512,8 +4512,7 @@ With prefix argument include internal symbols."
(cl-loop for (prop value) on plist by #'cddr
unless (eq prop :designator) do
(let ((namespace (cadr (or (assq prop slime-apropos-namespaces)
- (error "Unknown property: %S" prop))))
- (start (point)))
+ (error "Unknown property: %S" prop)))))
(princ " ")
(insert-text-button
namespace
- [nongnu] elpa/slime updated (28adf1dca0 -> 4349a0bbec), ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 173aad693d 01/44: Remove unused lexical variable ‘start’ from slime-print-apropos,
ELPA Syncer <=
- [nongnu] elpa/slime 3b91ecec83 04/44: clasp: define more of the backend interfaces, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 2d52732fc0 05/44: Add: local systems to swank-quicklisp systems list, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 360948cad0 07/44: abcl: fix source position from string buffer evalulation, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 1098d16666 10/44: slime-repl.el: fix READ., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 50d4a7b168 17/44: Fix emacs error when M-.-ing to nonexistent file, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime b86b388234 19/44: asdf: Upcase INTERN'd symbols for ECL usage, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 7d39285af4 08/44: news: update for ABCL fixes, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 5cb01098e9 22/44: Fixed a problem with intering symbols into the user's package., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 875f14f593 28/44: No error when there's no continue/abort restarts., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime c753c7e912 30/44: Escape %-Constructs in the Mode Line (manual 24.4.5), ELPA Syncer, 2023/12/29