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
99e9311c
Commit
99e9311c
authored
Dec 20, 2012
by
Paul Eggert
Browse files
* xdisp.c (redisplay_internal): Remove now-unused local.
parent
e02230bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
99e9311c
2012-12-20 Paul Eggert <eggert@cs.ucla.edu>
* xdisp.c (redisplay_internal): Remove now-unused local.
2012-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
* xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
...
...
src/xdisp.c
View file @
99e9311c
...
...
@@ -12976,7 +12976,7 @@ redisplay_internal (void)
ptrdiff_t count, count1;
struct frame *sf;
int polling_stopped_here = 0;
Lisp_Object tail,
frame, old_frame = selected_
frame;
Lisp_Object tail, frame;
struct backtrace backtrace;
/* Non-zero means redisplay has to consider all windows on all
...
...
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