Variable: browse-url-mozilla-new-window-is-tab
browse-url-mozilla-new-window-is-tab is a customizable variable
defined in browse-url.el.gz.
This variable is obsolete since 29.1.
Value
nil
Documentation
Whether to open up new windows in a tab or a new window.
If non-nil, then open the URL in a new tab rather than a new window if
browse-url-mozilla is asked to open it in a new window.
Source Code
;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-mozilla-new-window-is-tab nil
"Whether to open up new windows in a tab or a new window.
If non-nil, then open the URL in a new tab rather than a new window if
`browse-url-mozilla' is asked to open it in a new window."
:type 'boolean)