branch: externals/excorporate commit be1390c92fc07628124984b62fb2aaf8c1247607 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@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)