Variable: browse-url-conkeror-new-window-is-buffer
browse-url-conkeror-new-window-is-buffer is a customizable variable
defined in browse-url.el.gz.
This variable is obsolete since 28.1.
Value
nil
Documentation
Whether to open up new windows in a buffer or a new window.
If non-nil, then open the URL in a new buffer rather than a new window if
browse-url-conkeror is asked to open it in a new window.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-conkeror-new-window-is-buffer nil
"Whether to open up new windows in a buffer or a new window.
If non-nil, then open the URL in a new buffer rather than a new window if
`browse-url-conkeror' is asked to open it in a new window."
:version "25.1"
:type 'boolean)