From bbe92e5684e69cfa21650c09c75cae3012909ffd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Sep 1997 19:25:12 +0000 Subject: [PATCH] (setup-8-bit-environment): Inhibit message when loading latin-N.el. --- lisp/language/european.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/language/european.el b/lisp/language/european.el index 572ed7eb3c..47289e6c43 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -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) -- 2.20.1