aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-03-20 09:21:13 +0000
committerRichard M. Stallman1993-03-20 09:21:13 +0000
commitbcc426b4520f99b42fba9a49809d793fcf76040e (patch)
tree8cea55cea10de53eb2d7b20d85ac8d7055b6d33a /src
parent41beb8fc1333547edab02966791f2d6bba55a778 (diff)
downloademacs-bcc426b4520f99b42fba9a49809d793fcf76040e.tar.gz
emacs-bcc426b4520f99b42fba9a49809d793fcf76040e.zip
(Fx_display_color_p): Renamed from Fx_color_display_p.
(syms_of_xfns): Use new name in defsubr.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 0699f9b299a..1f4d5751d30 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2282,8 +2282,8 @@ DEFUN ("x-defined-color", Fx_defined_color, Sx_defined_color, 1, 1, 0,
2282 return Qnil; 2282 return Qnil;
2283} 2283}
2284 2284
2285DEFUN ("x-color-display-p", Fx_color_display_p, Sx_color_display_p, 0, 0, 0, 2285DEFUN ("x-display-color-p", Fx_display_color_p, Sx_display_color_p, 0, 0, 0,
2286 "Return t if the X display used currently supports color.") 2286 "Return t if the X screen currently in use supports color.")
2287 () 2287 ()
2288{ 2288{
2289 if (x_screen_planes <= 2) 2289 if (x_screen_planes <= 2)
@@ -3936,7 +3936,7 @@ syms_of_xfns ()
3936 defsubr (&Sx_contour_region); 3936 defsubr (&Sx_contour_region);
3937 defsubr (&Sx_uncontour_region); 3937 defsubr (&Sx_uncontour_region);
3938#endif 3938#endif
3939 defsubr (&Sx_color_display_p); 3939 defsubr (&Sx_display_color_p);
3940 defsubr (&Sx_defined_color); 3940 defsubr (&Sx_defined_color);
3941 defsubr (&Sx_server_vendor); 3941 defsubr (&Sx_server_vendor);
3942 defsubr (&Sx_server_version); 3942 defsubr (&Sx_server_version);