]> git.eshelyaron.com Git - emacs.git/commitdiff
Initial revision
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 20:56:42 +0000 (20:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 20:56:42 +0000 (20:56 +0000)
lisp/term/linux.el [new file with mode: 0644]

diff --git a/lisp/term/linux.el b/lisp/term/linux.el
new file mode 100644 (file)
index 0000000..85abbe1
--- /dev/null
@@ -0,0 +1,3 @@
+;; The Linux console handles Latin-1 by default.
+
+(set-terminal-coding-system 'iso-latin-1)