From 15bc5d3b52f3d0a2600eb5650eb521cb65a2f469 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 Jun 1997 07:02:02 +0000 Subject: [PATCH] (setup-8-bit-environment): Load the file with load, not require, so that we reload it if nec. --- lisp/language/european.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/language/european.el b/lisp/language/european.el index dba8684d2ac..9c1903a5c59 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -63,7 +63,7 @@ ;; in single-byte mode. (when (and latin-name (string-match "^Latin-\\([1-9]\\)$" latin-name)) - (require (intern (downcase latin-name))))))) + (load (downcase latin-name)))))) ;; Latin-1 (ISO-8859-1) -- 2.39.5