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
e4093f38
Commit
e4093f38
authored
Jan 20, 2001
by
Andrew Innes
Browse files
(handle_single_display_prop): Remove references to
FRAME_W32_CONSOLE_P.
parent
e689ec06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
src/xdisp.c
src/xdisp.c
+3
-9
No files found.
src/xdisp.c
View file @
e4093f38
...
...
@@ -2686,9 +2686,7 @@ handle_single_display_prop (it, prop, object, position)
&& EQ (XCAR (prop), Qheight)
&& CONSP (XCDR (prop)))
{
if (FRAME_TERMCAP_P (it->f)
|| FRAME_MSDOS_P (it->f)
|| FRAME_W32_CONSOLE_P (it->f))
if (FRAME_TERMCAP_P (it->f) || FRAME_MSDOS_P (it->f))
return 0;
/* `(height HEIGHT)'. */
...
...
@@ -2753,9 +2751,7 @@ handle_single_display_prop (it, prop, object, position)
&& CONSP (XCDR (prop)))
{
/* `(space_width WIDTH)'. */
if (FRAME_TERMCAP_P (it->f)
|| FRAME_MSDOS_P (it->f)
|| FRAME_W32_CONSOLE_P (it->f))
if (FRAME_TERMCAP_P (it->f) || FRAME_MSDOS_P (it->f))
return 0;
value = XCAR (XCDR (prop));
...
...
@@ -2767,9 +2763,7 @@ handle_single_display_prop (it, prop, object, position)
&& CONSP (XCDR (prop)))
{
/* `(raise FACTOR)'. */
if (FRAME_TERMCAP_P (it->f)
|| FRAME_MSDOS_P (it->f)
|| FRAME_W32_CONSOLE_P (it->f))
if (FRAME_TERMCAP_P (it->f) || FRAME_MSDOS_P (it->f))
return 0;
#ifdef HAVE_WINDOW_SYSTEM
...
...
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