1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

(init_sys_modes): Don't call set_terminal_modes

if using a window system.
This commit is contained in:
Richard M. Stallman 1994-06-13 23:56:48 +00:00
parent 97dfc68c2e
commit 4b311aafcc

View file

@ -1344,7 +1344,9 @@ init_sys_modes ()
#else
setbuf (stdout, _sobuf);
#endif
set_terminal_modes ();
if (! read_socket_hook && EQ (Vwindow_system, Qnil))
set_terminal_modes ();
if (term_initted && no_redraw_on_reenter)
{
if (display_completed)