aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
-rw-r--r--src/sysdep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 3558934d83a..b25b31b3aab 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -3658,7 +3658,7 @@ direct_output_for_insert (g)
3658 rif->update_window_end_hook (w, 1, 0); 3658 rif->update_window_end_hook (w, 1, 0);
3659 update_end (f); 3659 update_end (f);
3660 updated_row = NULL; 3660 updated_row = NULL;
3661 fflush (TTY_OUTPUT (CURTTY ()); 3661 fflush (TTY_OUTPUT (CURTTY ()));
3662 3662
3663 TRACE ((stderr, "direct output for insert\n")); 3663 TRACE ((stderr, "direct output for insert\n"));
3664 mark_window_display_accurate (it.window, 1); 3664 mark_window_display_accurate (it.window, 1);
diff --git a/src/sysdep.c b/src/sysdep.c
index 43a7d7c25da..68cef5b7bd2 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -291,7 +291,7 @@ discard_tty_input ()
291 ; 291 ;
292#else /* not MSDOS */ 292#else /* not MSDOS */
293 { 293 {
294 struct tty_output tty; 294 struct tty_output *tty;
295 for (tty = tty_list; tty; tty = tty->next) 295 for (tty = tty_list; tty; tty = tty->next)
296 { 296 {
297 EMACS_GET_TTY (fileno (TTY_INPUT (tty)), &buf); 297 EMACS_GET_TTY (fileno (TTY_INPUT (tty)), &buf);