Mercurial > emacs
changeset 19065:897e97fde89c
(command-line): Pass t for AUTO arg to standard-display-european.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Aug 1997 01:21:51 +0000 |
parents | 8906a04da073 |
children | f51eb6bca2dd |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Fri Aug 01 01:04:56 1997 +0000 +++ b/lisp/startup.el Fri Aug 01 01:21:51 1997 +0000 @@ -462,7 +462,7 @@ ;; 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))) + (standard-display-european t t))) ;;! This has been commented out; I currently find the behavior when ;;! split-window-keep-point is nil disturbing, but if I can get used