branch: externals/detached commit aca448c77376508c785553544019c264df671b7a Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Revert marks in list when widening --- detached-list.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/detached-list.el b/detached-list.el index a89a646032..8f0d8ff8a0 100644 --- a/detached-list.el +++ b/detached-list.el @@ -668,7 +668,8 @@ If prefix-argument is provided unmark instead of mark." (setq tabulated-list-entries (seq-map #'detached-list--get-entry (detached-list--get-narrowed-sessions))) - (tabulated-list-print t))) + (tabulated-list-print t) + (detached-list-revert))) ;;;; Support functions