aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKaroly Lorentey2003-12-26 04:31:27 +0000
committerKaroly Lorentey2003-12-26 04:31:27 +0000
commitce9d5d591d781613a3e3a7c4f43ab53bb0fe6637 (patch)
tree4701db4fe7380f511d1ed7c60bf66f391bff2000 /src
parentb4fff6b0b654c0a90d9fa0e90ac27a7aab2d3d09 (diff)
downloademacs-ce9d5d591d781613a3e3a7c4f43ab53bb0fe6637.tar.gz
emacs-ce9d5d591d781613a3e3a7c4f43ab53bb0fe6637.zip
Fixed two typos.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-7
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);