summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-08 09:57:37 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-08 09:57:37 +0000
commitb1303022b19a53fa9615c095ec7efe3940f4cd6b (patch)
tree18ffe0e50daee7e9b9d693be1d6ed36d943c72a1
parent5253b437e615b275ebca1faf936e973948d042ef (diff)
downloademacs-b1303022b19a53fa9615c095ec7efe3940f4cd6b.tar.gz
(command-line): Pass charset to standard-display-european.
-rw-r--r--lisp/startup.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index cd9700e0d61..72ab648f318 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -458,11 +458,8 @@ from being initialized."
(setq charset (concat "latin-" which))
;; Set up for this character set in multibyte mode.
(if (string-match "latin-[12345]" charset)
- (set-language-environment charset)))
- ;; These two lines are ok for any Latin-N character set,
- ;; as long as the terminal displays it.
- (require 'disp-table)
- (standard-display-european t t)))
+ (set-language-environment charset))
+ (standard-display-european t charset))))
;;! This has been commented out; I currently find the behavior when
;;! split-window-keep-point is nil disturbing, but if I can get used