(setup-8-bit-environment): Load the latin-N file again each time.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Aug 1997 17:27:38 +0000 (17:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Aug 1997 17:27:38 +0000 (17:27 +0000)
lisp/language/european.el

index df95992..572ed7e 100644 (file)
       (setq default-input-method input-method))
 
   ;; If this is a Latin-N character set, set up syntax for it in
-  ;; single-byte mode.
+  ;; single-byte mode.  We can't use require because the file
+  ;; must be eval'd each time.
   (if (string-match "^Latin-\\([1-9]\\)$" language)
-      (require (intern (downcase language)))))
+      (load (downcase language))))
 \f
 ;; Latin-1 (ISO-8859-1)