Mercurial > emacs
changeset 2277:773e47f29c5a
(Fx_display_color_p): Renamed from Fx_color_display_p.
(syms_of_xfns): Use new name in defsubr.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 20 Mar 1993 09:21:13 +0000 |
parents | 68328c3af38f |
children | 990694465b0f |
files | src/xfns.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sat Mar 20 06:25:55 1993 +0000 +++ b/src/xfns.c Sat Mar 20 09:21:13 1993 +0000 @@ -2282,8 +2282,8 @@ 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 @@ 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);