Mercurial > emacs
changeset 19360:f25a49622794
(setup-8-bit-environment): Use `require' to load the latin-N file.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 15 Aug 1997 19:32:53 +0000 |
parents | 8f531dfe20bc |
children | 8546df4cb304 |
files | lisp/language/european.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/european.el Fri Aug 15 19:30:25 1997 +0000 +++ b/lisp/language/european.el Fri Aug 15 19:32:53 1997 +0000 @@ -60,7 +60,7 @@ ;; If this is a Latin-N character set, set up syntax for it in ;; single-byte mode. (if (string-match "^Latin-\\([1-9]\\)$" language) - (load (downcase language)))) + (require (intern (downcase language))))) ;; Latin-1 (ISO-8859-1)