From 35ae8ec829fb7465061ad51bcd9420faf4ddd8d4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 8 Sep 1997 09:57:37 +0000 Subject: [PATCH] (command-line): Pass charset to standard-display-european. --- lisp/startup.el | 7 ++----- 1 file 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 -- 2.39.2