aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/linux.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
index 5f279eb5568..e46efa073dd 100644
--- a/lisp/term/linux.el
+++ b/lisp/term/linux.el
@@ -1,6 +1,7 @@
1;; The Linux console handles Latin-1 by default. 1;; The Linux console handles Latin-1 by default.
2 2
3(set-terminal-coding-system 'iso-latin-1) 3(unless (terminal-coding-system)
4 (set-terminal-coding-system 'iso-latin-1))
4 5
5;; Make Latin-1 input characters work, too. 6;; Make Latin-1 input characters work, too.
6;; Meta will continue to work, because the kernel 7;; Meta will continue to work, because the kernel