]> git.eshelyaron.com Git - emacs.git/commitdiff
(unify-8859-on-encoding-mode): Set
authorKenichi Handa <handa@m17n.org>
Tue, 8 Oct 2002 10:58:24 +0000 (10:58 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Oct 2002 10:58:24 +0000 (10:58 +0000)
:init-value to nil, and calls (unify-8859-on-encoding-mode 1)
later.

lisp/international/ucs-tables.el

index 64b77aac220c37a04610d960dd18128001d49b25..26989e2b4dbc09f38ddfab050fa11620f36acd86 100644 (file)
@@ -2455,7 +2455,11 @@ input method to search for e-acute in a Latin-1 buffer.
 See also command `unify-8859-on-decoding-mode'."
   :group 'mule
   :global t
-  :init-value t
+  ;; Actually, :init-value should be t, but that causes failure on
+  ;; bootstrapping.  So, as a workaround, we set nil here, and later
+  ;; call:
+  ;;   (unify-8859-on-encoding-mode 1)
+  :init-value nil
   (if unify-8859-on-encoding-mode
       (ucs-unify-8859 t nil)
     (ucs-fragment-8859 t nil)))
@@ -2483,7 +2487,7 @@ See also command `unify-8859-on-encoding-mode'."
 
 ;; Synchronize the status with the initial value of
 ;; unify-8859-on-encoding-mode and unify-8859-on-decoding-mode.
-(ucs-unify-8859 t nil)
+(unify-8859-on-encoding-mode 1)
 
 ;; Arrange to set up the translation-table for Quail.  This probably
 ;; isn't foolproof.