summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-04 20:56:42 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-04 20:56:42 +0000
commit48addca75a9e70e83823ebf03b796c754546bd11 (patch)
tree1637523767d0f6252279d32447b655d5eec9642b
parent29fbb3d54c281c1afd2dd298ecdfb5149f55bfd3 (diff)
downloademacs-48addca75a9e70e83823ebf03b796c754546bd11.tar.gz
Initial revision
-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 00000000000..85abbe17610
--- /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)