branch: externals/bufferlo
commit 59355cdb4ede79e875f030ce576887e9ffae83d2
Author: shipmints <shipmi...@gmail.com>
Commit: Flo Rommel <m...@florommel.de>

    Wrap 'bufferlo--bookmark-tab-handler' 'tab-bar-new-tab-to'
    
    Use 'tab-bar-new-tab-choice t'.
---
 bufferlo.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bufferlo.el b/bufferlo.el
index 8abb79a429..19efd68d40 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -2310,7 +2310,8 @@ this bookmark is embedded in a frame bookmark."
             ('replace)
             ('new
              (unless (consp current-prefix-arg) ; user new tab suppression
-               (tab-bar-new-tab-to)))))
+               (let ((tab-bar-new-tab-choice t))
+                 (tab-bar-new-tab-to))))))
 
         ;; Handle an independent tab bookmark inside a frame bookmark
         (when (and bookmark-name

Reply via email to