]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcolor_supported_p): Just one arg is required.
authorRichard M. Stallman <rms@gnu.org>
Fri, 13 Sep 2002 19:35:08 +0000 (19:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 13 Sep 2002 19:35:08 +0000 (19:35 +0000)
src/xfaces.c

index 83e0efcc6567d0e1af42b9170f634bdfaf8bcc90..e8a878d8123e6d9970a3ecfb7f33368018b86b64 100644 (file)
@@ -1574,7 +1574,7 @@ If FRAME is nil or omitted, use the selected frame.  */)
 
 
 DEFUN ("color-supported-p", Fcolor_supported_p,
-       Scolor_supported_p, 2, 3, 0,
+       Scolor_supported_p, 1, 3, 0,
        doc: /* Return non-nil if COLOR can be displayed on FRAME.
 BACKGROUND-P non-nil means COLOR is used as a background.
 If FRAME is nil or omitted, use the selected frame.