mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Don't call set-terminal-coding-system
if it was already set.
This commit is contained in:
parent
eebbfb0117
commit
dcaa592563
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue