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

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

[elpa] externals/detached eb8d9e41f4 2/3: Update initial location in ses


From: ELPA Syncer
Subject: [elpa] externals/detached eb8d9e41f4 2/3: Update initial location in session info buffer
Date: Fri, 14 Oct 2022 17:57:31 -0400 (EDT)

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

    Update initial location in session info buffer
---
 detached.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/detached.el b/detached.el
index 8e0e468ba3..0c5c4be847 100644
--- a/detached.el
+++ b/detached.el
@@ -484,7 +484,8 @@ The session is compiled by opening its output and enabling
       (erase-buffer)
       (insert
        (string-trim
-        (detached--session-header session))))))
+        (detached--session-header session)))
+      (goto-char (point-min)))))
 
 ;;;###autoload
 (defun detached-attach-session (session)



reply via email to

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