1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(setup-8-bit-environment): Inhibit message when loading latin-N.el.

This commit is contained in:
Richard M. Stallman 1997-09-01 19:25:12 +00:00
parent 206c6f82f4
commit bbe92e5684

View file

@ -57,9 +57,9 @@
;; If this is a Latin-N character set, set up syntax for it in
;; single-byte mode. We can't use require because the file
;; must be eval'd each time.
;; must be eval'd each time in case we change from one Latin-N to another.
(if (string-match "^Latin-\\([1-9]\\)$" language)
(load (downcase language))))
(load (downcase language) nil t)))
;; Latin-1 (ISO-8859-1)