aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-04 20:56:42 +0000
committerRichard M. Stallman <[email protected]>1997-07-04 20:56:42 +0000
commit57cf80bfaed797ccdfe921c0ffe7cf1d8f748dd1 (patch)
tree03c6ce1f06806f80e81743e50961445ed1021512 /lisp
parent1d1142ea2e6041fcdcdb3f74c71a3dabb2bd45a4 (diff)
Initial revision
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/linux.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
new file mode 100644
index 0000000000..85abbe1761
--- /dev/null
+++ b/lisp/term/linux.el
@@ -0,0 +1,3 @@
+;; The Linux console handles Latin-1 by default.
+
+(set-terminal-coding-system 'iso-latin-1)