Mercurial > emacs
changeset 19577:b931375072b2
(setup-8-bit-environment): Load the latin-N file again each time.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Aug 1997 17:27:38 +0000 |
parents | b0bd0bd48893 |
children | 53f502cfd081 |
files | lisp/language/european.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/european.el Wed Aug 27 17:26:03 1997 +0000 +++ b/lisp/language/european.el Wed Aug 27 17:27:38 1997 +0000 @@ -56,9 +56,10 @@ (setq default-input-method input-method)) ;; If this is a Latin-N character set, set up syntax for it in - ;; single-byte mode. + ;; single-byte mode. We can't use require because the file + ;; must be eval'd each time. (if (string-match "^Latin-\\([1-9]\\)$" language) - (require (intern (downcase language))))) + (load (downcase language)))) ;; Latin-1 (ISO-8859-1)