[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dtache 3942dc6326 135/158: Remove unnecessary checks fo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dtache 3942dc6326 135/158: Remove unnecessary checks for dtache-session-mode |
Date: |
Wed, 19 Jan 2022 18:58:06 -0500 (EST) |
branch: externals/dtache
commit 3942dc63268b89ebd3e912a44684d35708a838c0
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>
Remove unnecessary checks for dtache-session-mode
---
dtache-eshell.el | 3 ---
dtache-shell.el | 3 ---
2 files changed, 6 deletions(-)
diff --git a/dtache-eshell.el b/dtache-eshell.el
index 8fbde70a49..5083c31f88 100644
--- a/dtache-eshell.el
+++ b/dtache-eshell.el
@@ -113,9 +113,6 @@ If prefix-argument directly DETACH from the session."
`(,eshell-last-command-name
,@eshell-last-arguments)
" "))
- (dtache-session-mode (if (dtache-attachable-command-p command)
- dtache-session-mode
- 'create))
(session (dtache-create-session command)))
(setq eshell-last-arguments (dtache-dtach-command session))
(setq dtache--buffer-session session)
diff --git a/dtache-shell.el b/dtache-shell.el
index 5851465d3d..483ae3360f 100644
--- a/dtache-shell.el
+++ b/dtache-shell.el
@@ -105,9 +105,6 @@ cluttering the comint-history with dtach commands."
"Create a dtache session based on STRING and send to PROC."
(with-connection-local-variables
(let* ((command (substring-no-properties string))
- (dtache-session-mode (if (dtache-attachable-command-p command)
- dtache-session-mode
- 'create))
(dtach-command (dtache-dtach-command command t)))
(comint-simple-send proc dtach-command))))
- [elpa] externals/dtache 82e5859d5a 098/158: Improve dtache-detach-session, (continued)
- [elpa] externals/dtache 82e5859d5a 098/158: Improve dtache-detach-session, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache f73aa7ef98 089/158: Cleanup dtache-shell, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 71966f0d2f 099/158: Add run as an action property, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 5831137cf7 101/158: Rename dtache-initialize to dtache-setup, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 9746f4713c 106/158: Rename session-directory to log-directory, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache c6aece77d2 113/158: Enhance dtache-detach-dwim command, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache bf71be0eae 118/158: Change output-size to log-size, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache f77c57f608 120/158: Update duration part 2, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache c8a99aed35 123/158: Add version to the dtache database, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 4fa1c9e8a2 134/158: Simplify call to dtache--dtach-arg, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 3942dc6326 135/158: Remove unnecessary checks for dtache-session-mode,
ELPA Syncer <=
- [elpa] externals/dtache 3aa5babca5 139/158: Update table formatting, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache ee8f3efa26 144/158: Version 0.3, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache d0ec7b9777 156/158: Add support for filenotify on macOS, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache aca73c1e60 152/158: Address issues from melpazoid in melpa/melpa7867, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 81d7fbcdca 082/158: Integrate dtache with start-process, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 125f100b20 087/158: Regroup variable section, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 5f12c82fed 090/158: Revert back dtache-eshell, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 914daabbb8 092/158: Fix regression for shell-command and compile, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache 3029774325 093/158: Update README, ELPA Syncer, 2022/01/19
- [elpa] externals/dtache b779e7071b 104/158: Improve dtache-detach-dwim, ELPA Syncer, 2022/01/19