Mercurial > emacs
changeset 116:6b517878550a
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 12 Nov 1990 20:20:41 +0000 |
parents | c7c930b84dbb |
children | 08356dc1077c |
files | src/doprnt.c src/sunfns.c |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doprnt.c Mon Nov 12 20:20:40 1990 +0000 +++ b/src/doprnt.c Mon Nov 12 20:20:41 1990 +0000 @@ -45,7 +45,8 @@ format_end = format + strlen (format); bufsize--; - while (fmt != format_end && bufsize > 0) /* Loop until end of format string or buffer full */ + while (fmt != format_end && bufsize > 0) /* Loop until end of format + string or buffer full */ { if (*fmt == '%') /* Check for a '%' character */ {
--- a/src/sunfns.c Mon Nov 12 20:20:40 1990 +0000 +++ b/src/sunfns.c Mon Nov 12 20:20:41 1990 +0000 @@ -153,7 +153,7 @@ Timeout.tv_usec = (XINT(n) - (Timeout.tv_sec * 1000)) * 1000; if (detect_input_pending()) return(Qnil); - DoDsp(1); + redisplay_preserve_echo_area (); /* * Check for queued keyboard input/mouse hits again * (A bit screen update can take some time!) @@ -186,7 +186,7 @@ "Perform redisplay.") () { - redisplay_preserving_echo_area (); + redisplay_preserve_echo_area (); return(Qt); }