]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Pass charset to standard-display-european.
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 Sep 1997 09:57:37 +0000 (09:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 Sep 1997 09:57:37 +0000 (09:57 +0000)
lisp/startup.el

index cd9700e0d6143e3c450a196f9f03c35c048d27eb..72ab648f3186cbd8f984f56800a5a934f54f5548 100644 (file)
@@ -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