Mercurial > emacs
changeset 53231:e0c359b85b58
Fixed two typos.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-7
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 26 Dec 2003 04:31:27 +0000 |
parents | dfd82236be81 |
children | 22aaf1e5fbe6 |
files | src/dispnew.c src/sysdep.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Fri Dec 26 04:26:21 2003 +0000 +++ b/src/dispnew.c Fri Dec 26 04:31:27 2003 +0000 @@ -3658,7 +3658,7 @@ rif->update_window_end_hook (w, 1, 0); update_end (f); updated_row = NULL; - fflush (TTY_OUTPUT (CURTTY ()); + fflush (TTY_OUTPUT (CURTTY ())); TRACE ((stderr, "direct output for insert\n")); mark_window_display_accurate (it.window, 1);