From: Richard M. Stallman Date: Mon, 8 Sep 1997 09:57:37 +0000 (+0000) Subject: (command-line): Pass charset to standard-display-european. X-Git-Tag: emacs-20.1~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35ae8ec829fb7465061ad51bcd9420faf4ddd8d4;p=emacs.git (command-line): Pass charset to standard-display-european. --- 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