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

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

[elpa] externals/detached 53161621ff: Add public function detached-sessi


From: ELPA Syncer
Subject: [elpa] externals/detached 53161621ff: Add public function detached-session-command
Date: Tue, 15 Nov 2022 09:57:31 -0500 (EST)

branch: externals/detached
commit 53161621ff32649cecf17a7038cac7942b01a328
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Add public function detached-session-command
---
 detached.el       | 4 ++++
 doc/detached.info | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/detached.el b/detached.el
index e2c22f4db7..79d21ab25e 100644
--- a/detached.el
+++ b/detached.el
@@ -1037,6 +1037,10 @@ This function uses the `notifications' library."
    (plist-get (detached--session-action session) :status)
    #'detached-session-exit-code-status))
 
+(defun detached-session-command (session)
+  "Return command run in SESSION."
+  (detached--session-command session))
+
 (defun detached-session-validated-p (session)
   "Return t if SESSION has been validated."
   (not
diff --git a/doc/detached.info b/doc/detached.info
index 8c833929d1..8dbcebd47d 100644
--- a/doc/detached.info
+++ b/doc/detached.info
@@ -1,4 +1,4 @@
-This is detached.info, produced by makeinfo version 6.7 from
+This is detached.info, produced by makeinfo version 7.0 from
 detached.texi.
 
 This manual describes the design of the ‘detached’ (version 0.9.2, last



reply via email to

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