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

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

[elpa] externals/excorporate be1390c 2/5: Fix a byte compiler warning


From: Thomas Fitzsimmons
Subject: [elpa] externals/excorporate be1390c 2/5: Fix a byte compiler warning
Date: Wed, 7 Apr 2021 21:54:13 -0400 (EDT)

branch: externals/excorporate
commit be1390c92fc07628124984b62fb2aaf8c1247607
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    Fix a byte compiler warning
    
    * excorporate.el (excorporate-disconnect): Fix a byte compiler
    warning.
---
 excorporate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/excorporate.el b/excorporate.el
index d40cc17..1471785 100644
--- a/excorporate.el
+++ b/excorporate.el
@@ -1258,7 +1258,7 @@ ARGUMENT is the prefix argument."
                                     exco--connection-identifiers))
                    (value (completing-read "Excorporate: Disconnect: "
                                            strings nil t))
-                   (return (when (equal value "") (throw 'cancel nil)))
+                   (_return (when (equal value "") (throw 'cancel nil)))
                    (position (catch 'index
                                (let ((index 0))
                                  (dolist (string strings)



reply via email to

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