changeset 19661:8cde4cefae44

(setup-8-bit-environment): Inhibit message when loading latin-N.el.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Sep 1997 19:25:12 +0000
parents fa3d4e7a76d9
children 791a40c16c0b
files lisp/language/european.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/european.el	Mon Sep 01 18:11:35 1997 +0000
+++ b/lisp/language/european.el	Mon Sep 01 19:25:12 1997 +0000
@@ -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)