(setup-8-bit-environment): Inhibit message when loading latin-N.el.
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Sep 1997 19:25:12 +0000 (19:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Sep 1997 19:25:12 +0000 (19:25 +0000)
lisp/language/european.el

index 572ed7e..47289e6 100644 (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)))
 \f
 ;; Latin-1 (ISO-8859-1)