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

[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



reply via email to

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