(setup-8-bit-environment): Use `require' to load the latin-N file.
This commit is contained in:
parent
34fbecde23
commit
cfc1d0ba95
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue