Mercurial > emacs
changeset 19813:48114d461ac4
(command-line): Pass charset to standard-display-european.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 Sep 1997 09:57:37 +0000 |
parents | d59c3d1d7f0a |
children | 24d0221b94bc |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Mon Sep 08 09:56:52 1997 +0000 +++ b/lisp/startup.el Mon Sep 08 09:57:37 1997 +0000 @@ -458,11 +458,8 @@ (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