Set calc-make-windows-dedicated to nil by default
* lisp/calc/calc.el (calc-make-windows-dedicated): Default to nil. (Bug#52016)
This commit is contained in:
parent
9de8eec3bc
commit
3607508f3f
2 changed files with 4 additions and 4 deletions
6
etc/NEWS
6
etc/NEWS
|
@ -1588,9 +1588,9 @@ and the result is not truncated in any way.
|
||||||
It no longer has lower precedence than '+' and '-'.
|
It no longer has lower precedence than '+' and '-'.
|
||||||
|
|
||||||
---
|
---
|
||||||
*** Calc now marks its windows dedicated.
|
*** New user option 'calc-make-windows-dedicated'.
|
||||||
The new user option 'calc-make-windows-dedicated' controls this. It
|
When this user option is non-nil, Calc will mark its windows as
|
||||||
is t by default; set to nil to get back the old behavior.
|
dedicated.
|
||||||
|
|
||||||
** Calendar
|
** Calendar
|
||||||
|
|
||||||
|
|
|
@ -1423,7 +1423,7 @@ commands given here will actually operate on the *Calculator* stack."
|
||||||
(require 'calc-ext)
|
(require 'calc-ext)
|
||||||
(calc-set-language calc-language calc-language-option t)))
|
(calc-set-language calc-language calc-language-option t)))
|
||||||
|
|
||||||
(defcustom calc-make-windows-dedicated t
|
(defcustom calc-make-windows-dedicated nil
|
||||||
"If non-nil, windows displaying Calc buffers will be marked dedicated.
|
"If non-nil, windows displaying Calc buffers will be marked dedicated.
|
||||||
See `window-dedicated-p' for what that means."
|
See `window-dedicated-p' for what that means."
|
||||||
:version "28.1"
|
:version "28.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue