gnus-use-atomic-windows should default to nil
* lisp/gnus/gnus-win.el (gnus-use-atomic-windows): Default to nil.
This commit is contained in:
parent
9d96aa5ae3
commit
1f89fedc18
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
:group 'gnus-windows
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom gnus-use-atomic-windows t
|
||||
(defcustom gnus-use-atomic-windows nil
|
||||
"If non-nil, Gnus' window compositions will be atomic."
|
||||
:type 'boolean
|
||||
:version "27.1")
|
||||
|
|
Loading…
Add table
Reference in a new issue