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:
parent
206c6f82f4
commit
bbe92e5684
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue