]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Automatically use iso-syntax and
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 1994 19:06:03 +0000 (19:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 1994 19:06:03 +0000 (19:06 +0000)
standard-display-european if LC_CTYPE asks for it.

lisp/startup.el

index dadce5b3d411550177e15b9888dd983dea7a8046..d2009fb38db0709dcbb78a229de68944d34293fa 100644 (file)
@@ -217,6 +217,11 @@ this variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.")
               (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.