changeset 8127:81dacf7883e7

(command-line): Automatically use iso-syntax and standard-display-european if LC_CTYPE asks for it.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jul 1994 19:06:03 +0000
parents 9127591ba072
children 027fb17a2952
files lisp/startup.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.