mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
Call tty-no-underline.
This commit is contained in:
parent
b7da00ba48
commit
f1487cc580
@ -4,6 +4,9 @@
|
||||
(unless (terminal-coding-system)
|
||||
(set-terminal-coding-system 'iso-latin-1))
|
||||
|
||||
;; It can't really display underlines.
|
||||
(tty-no-underline)
|
||||
|
||||
;; Make Latin-1 input characters work, too.
|
||||
;; Meta will continue to work, because the kernel
|
||||
;; turns that into Escape.
|
||||
|
Loading…
x
Reference in New Issue
Block a user