Mercurial > emacs
changeset 18159:21e4deb76701
(setup-8-bit-environment):
Load the file with load, not require, so that we reload it if nec.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 Jun 1997 07:02:02 +0000 |
parents | 723b3b1516b6 |
children | c64b7a17eea9 |
files | lisp/language/european.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/european.el Sat Jun 07 06:20:06 1997 +0000 +++ b/lisp/language/european.el Sat Jun 07 07:02:02 1997 +0000 @@ -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)