Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
447c9a10
Commit
447c9a10
authored
Nov 12, 1990
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
4a5f1de5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/doprnt.c
src/doprnt.c
+2
-1
src/sunfns.c
src/sunfns.c
+2
-2
No files found.
src/doprnt.c
View file @
447c9a10
...
...
@@ -45,7 +45,8 @@ doprnt (buffer, bufsize, format, format_end, nargs, args)
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 */
{
...
...
src/sunfns.c
View file @
447c9a10
...
...
@@ -153,7 +153,7 @@ Redisplay does not happen if input is available before it starts.")
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 @@ DEFUN ("update-display", Fupdate_display, Supdate_display, 0, 0, 0,
"Perform redisplay."
)
()
{
redisplay_preserv
ing
_echo_area
();
redisplay_preserv
e
_echo_area
();
return
(
Qt
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment