]> code.delx.au - gnu-emacs/commitdiff
(setup-8-bit-environment): Set default value of default-input-method.
authorKenichi Handa <handa@m17n.org>
Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)
lisp/language/european.el

index 0de16edb85be78e0a78d839a6393066ad684c655..86aed5f3c692def3d531b62c161425f507694053 100644 (file)
@@ -57,7 +57,9 @@
        (setq nonascii-insert-offset nonascii-offset)))
 
   (if input-method
-      (setq default-input-method input-method))
+      (progn
+       (setq default-input-method input-method)
+       (setq-default default-input-method input-method)))
 
   ;; If this is a Latin-N character set, set up syntax for it in
   ;; single-byte mode.