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
bcc426b4
Commit
bcc426b4
authored
Mar 20, 1993
by
Richard M. Stallman
Browse files
(Fx_display_color_p): Renamed from Fx_color_display_p.
(syms_of_xfns): Use new name in defsubr.
parent
41beb8fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/xfns.c
src/xfns.c
+3
-3
No files found.
src/xfns.c
View file @
bcc426b4
...
...
@@ -2282,8 +2282,8 @@ DEFUN ("x-defined-color", Fx_defined_color, Sx_defined_color, 1, 1, 0,
return Qnil;
}
DEFUN ("x-
color-
display-
p", Fx_color_display_p, Sx_color
_display_p, 0, 0, 0,
"Return t if the X
display used
currently supports color.")
DEFUN ("x-display-
color-p", Fx_display_color_p, Sx
_display_
color_
p, 0, 0, 0,
"Return t if the X
screen
currently
in use
supports color.")
()
{
if (x_screen_planes <= 2)
...
...
@@ -3936,7 +3936,7 @@ syms_of_xfns ()
defsubr (&Sx_contour_region);
defsubr (&Sx_uncontour_region);
#endif
defsubr (&Sx_
color_
display_p);
defsubr (&Sx_display_
color_
p);
defsubr (&Sx_defined_color);
defsubr (&Sx_server_vendor);
defsubr (&Sx_server_version);
...
...
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