]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup-8-bit-environment): Use `require' to load the latin-N file.
authorRichard M. Stallman <rms@gnu.org>
Fri, 15 Aug 1997 19:32:53 +0000 (19:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 15 Aug 1997 19:32:53 +0000 (19:32 +0000)
lisp/language/european.el

index 5c98c9a2379a4843b4af373e6a847290b758a308..f2d5e40e1bee27059ce8b6b8b8fc4925f4870c42 100644 (file)
@@ -60,7 +60,7 @@
   ;; If this is a Latin-N character set, set up syntax for it in
   ;; single-byte mode.
   (if (string-match "^Latin-\\([1-9]\\)$" language)
-      (load (downcase language))))
+      (require (intern (downcase language)))))
 \f
 ;; Latin-1 (ISO-8859-1)