branch: externals/bufferlo
commit 37192fc6a7f98ffa43875ec2bfee189b872e92a0
Author: shipmints <shipmi...@gmail.com>
Commit: shipmints <shipmi...@gmail.com>

    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