[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)
- [elpa] externals/detached updated (7796d2e6f2 -> d0dc9d0f92), ELPA Syncer, 2022/10/27
- [elpa] externals/detached 413cd86120 01/10: Remove validation of session when copying command,
ELPA Syncer <=
- [elpa] externals/detached 30bd263210 06/10: Add criteria working/session-directory, ELPA Syncer, 2022/10/27
- [elpa] externals/detached 7b058ef99e 09/10: Update command string in detached-list-mode, ELPA Syncer, 2022/10/27
- [elpa] externals/detached 6aea11b5e8 03/10: Update detached-list diff sessions command, ELPA Syncer, 2022/10/27
- [elpa] externals/detached f943404ee6 04/10: Add unique narrow criteria, ELPA Syncer, 2022/10/27
- [elpa] externals/detached 66bc2811fb 08/10: Add possibility to toggle initial-mode when rerun, ELPA Syncer, 2022/10/27
- [elpa] externals/detached acac8bd3eb 02/10: Update to correct order of criteria, ELPA Syncer, 2022/10/27
- [elpa] externals/detached 655b3b03e9 07/10: Update detached-list narrow bindings, ELPA Syncer, 2022/10/27
- [elpa] externals/detached a3a7cd963c 05/10: Remove regexp suffix for some criteria, ELPA Syncer, 2022/10/27
- [elpa] externals/detached d0dc9d0f92 10/10: Merge status and state in detached-list, ELPA Syncer, 2022/10/27