aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorPaul Eggert2011-05-17 17:39:40 -0700
committerPaul Eggert2011-05-17 17:39:40 -0700
commit7025ee00190a709853bf5b809bf86148efda3bc7 (patch)
treee1b861b3ea59872e652462289bb7f215d5cfbfbe /src/term.c
parentd2d818bf00fa3a3204abd9b31103cfca21ff8125 (diff)
parent3870d303a44e14c460977c50473e5069742cd0b6 (diff)
downloademacs-7025ee00190a709853bf5b809bf86148efda3bc7.tar.gz
emacs-7025ee00190a709853bf5b809bf86148efda3bc7.zip
Merge from mainline.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index 5fe258caa29..9205719b5f4 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2595,6 +2595,7 @@ frame's terminal). */)
2595 FRAME_SET_VISIBLE (XFRAME (t->display_info.tty->top_frame), 1); 2595 FRAME_SET_VISIBLE (XFRAME (t->display_info.tty->top_frame), 1);
2596 } 2596 }
2597 2597
2598 set_tty_hooks (t);
2598 init_sys_modes (t->display_info.tty); 2599 init_sys_modes (t->display_info.tty);
2599 2600
2600 { 2601 {