# HG changeset patch # User Richard M. Stallman # Date 773262363 0 # Node ID 81dacf7883e7c5a78558d64ae4d28e9f8519bed7 # Parent 9127591ba072c6b4c335181f24c154ac376444b1 (command-line): Automatically use iso-syntax and standard-display-european if LC_CTYPE asks for it. diff -r 9127591ba072 -r 81dacf7883e7 lisp/startup.el --- a/lisp/startup.el Sun Jul 03 18:47:37 1994 +0000 +++ b/lisp/startup.el Sun Jul 03 19:06:03 1994 +0000 @@ -217,6 +217,11 @@ (string= vc "simple")) (setq version-control 'never)))) + (if (string-equal (getenv "LC_CTYPE") "iso_8859_1") + (progn + (standard-display-european t) + (require 'iso-syntax))) + ;;! This has been commented out; I currently find the behavior when ;;! split-window-keep-point is nil disturbing, but if I can get used ;;! to it, then it would be better to eliminate the option.