branch: externals/dtache
commit 3969524f23032796584296531e4400c6cb6b9be1
Author: Niklas Eklund <niklas.ekl...@posteo.net>
Commit: Niklas Eklund <niklas.ekl...@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