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

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

[elpa] externals/dtache 3969524f23 125/158: Improve dtache session heade


From: ELPA Syncer
Subject: [elpa] externals/dtache 3969524f23 125/158: Improve dtache session header
Date: Wed, 19 Jan 2022 18:58:05 -0500 (EST)

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

    Improve dtache session header
---
 dtache.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dtache.el b/dtache.el
index 36ee581b88..b0ecd93351 100644
--- a/dtache.el
+++ b/dtache.el
@@ -780,11 +780,12 @@ Optionally CONCAT the command return command into a 
string."
    #'identity
    `(,(format "Command: %s" (dtache--session-command session))
      ,(format "Working directory: %s" (dtache--working-dir-str session))
-     ,(format "Status: %s" (dtache--session-status session))
-     ,(format "Created at: %s" (dtache--creation-str session))
+     ,(format "Host: %s" (dtache--session-host session))
      ,(format "Id: %s" (symbol-name (dtache--session-id session)))
+     ,(format "Status: %s" (dtache--session-status session))
      ,(format "Metadata: %s" (dtache--metadata-str session))
-     ,(format "Duration: %s" (dtache--duration-str session))
+     ,(format "Created at: %s" (dtache--creation-str session))
+     ,(format "Duration: %s\n" (dtache--duration-str session))
      "")
    "\n"))
 



reply via email to

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