Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
66c30ea1
Commit
66c30ea1
authored
Dec 26, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(XTflush): FIx typo in last change.
parent
9257d374
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xterm.c
src/xterm.c
+2
-2
No files found.
src/xterm.c
View file @
66c30ea1
...
...
@@ -871,7 +871,7 @@ XTflash (f)
{
struct
timeval
wakeup
,
now
;
EMACS_GET_TIME
(
&
wakeup
);
EMACS_GET_TIME
(
wakeup
);
/* Compute time to wait until, propagating carry from usecs. */
wakeup
.
tv_usec
+=
150000
;
...
...
@@ -883,7 +883,7 @@ XTflash (f)
{
struct
timeval
timeout
;
EMACS_GET_TIME
(
&
timeout
);
EMACS_GET_TIME
(
timeout
);
/* In effect, timeout = wakeup - timeout.
Break if result would be negative. */
...
...
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