(setup-8-bit-environment): Use `require' to load the latin-N file.

This commit is contained in:
Richard M. Stallman 1997-08-15 19:32:53 +00:00
parent 34fbecde23
commit cfc1d0ba95

View 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)))))
;; Latin-1 (ISO-8859-1)