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
539bf76f
Commit
539bf76f
authored
Sep 14, 1999
by
Gerd Moellmann
Browse files
(display_echo_area_1, try_window_id): Remove unused
variable(s).
parent
4dedbdd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/xdisp.c
src/xdisp.c
+0
-3
No files found.
src/xdisp.c
View file @
539bf76f
...
...
@@ -5399,7 +5399,6 @@ display_echo_area_1 (w)
struct window *w;
{
Lisp_Object window;
struct frame *f = XFRAME (w->frame);
struct text_pos start;
int window_height_changed_p = 0;
...
...
@@ -9992,8 +9991,6 @@ try_window_id (w)
mentioned, this is not a frequent case. */
if (w->cursor.vpos < 0)
{
int last_y = min (it.last_visible_y, it.last_visible_y + dy);
/* Cursor in unchanged rows at the top? */
if (PT < CHARPOS (start_pos)
&& last_unchanged_at_beg_row)
...
...
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