diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-04 20:56:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-04 20:56:42 +0000 |
commit | 48addca75a9e70e83823ebf03b796c754546bd11 (patch) | |
tree | 1637523767d0f6252279d32447b655d5eec9642b | |
parent | 29fbb3d54c281c1afd2dd298ecdfb5149f55bfd3 (diff) | |
download | emacs-48addca75a9e70e83823ebf03b796c754546bd11.tar.gz |
Initial revision
-rw-r--r-- | lisp/term/linux.el | 3 |
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) |