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

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

[elpa] externals/detached 413cd86120 01/10: Remove validation of session


From: ELPA Syncer
Subject: [elpa] externals/detached 413cd86120 01/10: Remove validation of session when copying command
Date: Thu, 27 Oct 2022 02:57:37 -0400 (EDT)

branch: externals/detached
commit 413cd8612078410784f2a6212fe741bc3d676780
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Remove validation of session when copying command
---
 detached.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/detached.el b/detached.el
index 7d91058cb3..1a9539a3c7 100644
--- a/detached.el
+++ b/detached.el
@@ -518,8 +518,7 @@ The session is compiled by opening its output and enabling
   "Copy SESSION's command."
   (interactive
    (list (detached-completing-read (detached-get-sessions))))
-  (when (detached-valid-session session)
-    (kill-new (detached--session-command session))))
+  (kill-new (detached--session-command session)))
 
 ;;;###autoload
 (defun detached-insert-session-command (session)



reply via email to

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