projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37dcdea
)
; * lisp/net/eww.el (eww-open-in-new-buffer): Fix change for bug#65346.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 27 Aug 2023 16:39:22 +0000
(19:39 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 27 Aug 2023 16:39:22 +0000
(19:39 +0300)
lisp/net/eww.el
patch
|
blob
|
history
diff --git
a/lisp/net/eww.el
b/lisp/net/eww.el
index 3cdbe9dd471ffdc93c9c87a4d84cbbb4831128cb..089e481ead27eb3e22ef119323fc151bb1602346 100644
(file)
--- a/
lisp/net/eww.el
+++ b/
lisp/net/eww.el
@@
-566,7
+566,7
@@
NO-SELECT non-nil means do not make the new buffer the current buffer."
(tab-new)
(eww--open-url-in-new-buffer url)
(when no-select
- (tab-bar-switch-to-
prev
-tab)))
+ (tab-bar-switch-to-
recent
-tab)))
(if no-select
(save-window-excursion (eww--open-url-in-new-buffer url))
(eww--open-url-in-new-buffer url)))