Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e3379a0
Commit
9e3379a0
authored
Apr 14, 2013
by
Paul Eggert
Browse files
* keyboard.c (timer_start_idle): Remove no-longer-used local.
parent
ddd6b685
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+0
-2
No files found.
src/ChangeLog
View file @
9e3379a0
2013-04-14 Paul Eggert <eggert@cs.ucla.edu>
* keyboard.c (timer_start_idle): Remove no-longer-used local.
2013-04-14 Eli Zaretskii <eliz@gnu.org>
* buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>
...
...
src/keyboard.c
View file @
9e3379a0
...
...
@@ -4188,8 +4188,6 @@ swallow_events (bool do_display)
static void
timer_start_idle (void)
{
Lisp_Object timers;
/* If we are already in the idle state, do nothing. */
if (EMACS_TIME_VALID_P (timer_idleness_start_time))
return;
...
...
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