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

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

[elpa] externals/dtache 3cc493e6b0 115/158: Add missing dtache-log-mode


From: ELPA Syncer
Subject: [elpa] externals/dtache 3cc493e6b0 115/158: Add missing dtache-log-mode to detach-dwim
Date: Wed, 19 Jan 2022 18:58:04 -0500 (EST)

branch: externals/dtache
commit 3cc493e6b0ea53f5acc9e66e83b71b19190d4e5f
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Add missing dtache-log-mode to detach-dwim
---
 dtache.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dtache.el b/dtache.el
index a295abb209..75de38a3ed 100644
--- a/dtache.el
+++ b/dtache.el
@@ -430,6 +430,7 @@ compilation or shell-command the command will also kill the 
window."
       (if-let ((command-or-compile
                 (cond ((string-match "\*Dtache Shell Command" (buffer-name)) t)
                       ((string-match "\*dtache-compilation" (buffer-name)) t)
+                      ((eq major-mode 'dtache-log-mode) t)
                       ((eq major-mode 'dtache-tail-mode) t)
                       (t nil))))
           ;; `dtache-shell-command' or `dtache-compile'



reply via email to

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