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 @@ ;; The Linux console handles Latin-1 by default. -(set-terminal-coding-system 'iso-latin-1) +(unless (terminal-coding-system) + (set-terminal-coding-system 'iso-latin-1)) ;; Make Latin-1 input characters work, too. ;; Meta will continue to work, because the kernel