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
f17c5273
Commit
f17c5273
authored
Jul 07, 2012
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xdisp.c (display_line): Avoid warning about implicit declaration
of FRAME_FONT.
parent
298819b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/xdisp.c
src/xdisp.c
+2
-0
No files found.
src/ChangeLog
View file @
f17c5273
2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
* xdisp.c (display_line): Avoid warning about implicit declaration
of FRAME_FONT.
* frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
* lisp.h: Remove empty conditional.
...
...
src/xdisp.c
View file @
f17c5273
...
...
@@ -19770,6 +19770,7 @@ display_line (struct it *it)
produce_special_glyphs (it, IT_TRUNCATION);
}
}
#ifdef HAVE_WINDOW_SYSTEM
else
{
int stretch_width = it->last_visible_x - it->current_x;
...
...
@@ -19793,6 +19794,7 @@ display_line (struct it *it)
}
produce_special_glyphs (it, IT_TRUNCATION);
}
#endif
}
else if (IT_OVERFLOW_NEWLINE_INTO_FRINGE (it))
{
...
...
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