1
0
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:
Richard M. Stallman 2005-06-17 14:13:47 +00:00
parent b7da00ba48
commit f1487cc580

View File

@ -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.