Variable: js-js-switch-tabs
js-js-switch-tabs is a variable defined in js.el.gz.
This variable is obsolete since 28.1; MozRepl no longer exists
Value
nil
Documentation
Whether js-mode should display tabs while selecting them.
This is useful only if the windowing system has a good mechanism for preventing Firefox from stealing the keyboard focus.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defvar js-js-switch-tabs (and (memq system-type '(darwin)) t)
"Whether `js-mode' should display tabs while selecting them.
This is useful only if the windowing system has a good mechanism
for preventing Firefox from stealing the keyboard focus.")