changeset 90627:f13e98b07b9c

(global-auto-composition-mode): Make the initial value not depend on emacs-basic-display.
author Kenichi Handa <handa@m17n.org>
date Mon, 23 Oct 2006 06:20:04 +0000
parents 9ac4cce59cc0
children 33e4b2f80259
files lisp/composite.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/composite.el	Mon Oct 23 01:56:41 2006 +0000
+++ b/lisp/composite.el	Mon Oct 23 06:20:04 2006 +0000
@@ -554,7 +554,7 @@
   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")