mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(global-auto-composition-mode): Make the initial
value not depend on emacs-basic-display.
This commit is contained in:
parent
1eb53300a8
commit
379ef06695
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ Auto Composition mode in all buffers (this is the default)."
|
|||
auto-composition-mode turn-on-auto-composition-if-enabled
|
||||
:extra-args (dummy)
|
||||
:initialize 'custom-initialize-safe-default
|
||||
:init-value (not (or noninteractive emacs-basic-display))
|
||||
:init-value (not noninteractive)
|
||||
:group 'auto-composition
|
||||
:version "23.1")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue