Variable: browse-url-netscape-version
browse-url-netscape-version is a customizable variable defined in
browse-url.el.gz.
This variable is obsolete since 25.1.
Value
3
Documentation
The version of Netscape you are using.
This affects how URL reloading is done; the mechanism changed incompatibly at version 4.
Source Code
;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-netscape-version 3
"The version of Netscape you are using.
This affects how URL reloading is done; the mechanism changed
incompatibly at version 4."
:type 'number)