Variable: calc-make-windows-dedicated
calc-make-windows-dedicated is a customizable variable defined in
calc.el.gz.
Value
nil
Documentation
If non-nil, windows displaying Calc buffers will be marked dedicated.
See window-dedicated-p for what that means.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcustom calc-make-windows-dedicated nil
"If non-nil, windows displaying Calc buffers will be marked dedicated.
See `window-dedicated-p' for what that means."
:version "28.1"
:type 'boolean)