1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00

(setup-8-bit-environment): Load the latin-N file again each time.

This commit is contained in:
Richard M. Stallman 1997-08-27 17:27:38 +00:00
parent 71e9bd7171
commit 10db7efed0

View File

@ -56,9 +56,10 @@
(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))))
;; Latin-1 (ISO-8859-1)