# HG changeset patch # User Richard M. Stallman # Date 870398511 0 # Node ID 897e97fde89c5d032c08bfce2bf5485075116bbf # Parent 8906a04da073d9bc26441f037f1eb99bdc32ddf6 (command-line): Pass t for AUTO arg to standard-display-european. diff -r 8906a04da073 -r 897e97fde89c lisp/startup.el --- 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