(x-display-color-p): Accept optional arg.

This commit is contained in:
Richard M. Stallman 1995-11-10 17:40:47 +00:00
parent 0b574c357f
commit beb4ba6875

View file

@ -108,7 +108,7 @@
;; a useful function for returning 'nil regardless of argument.
;; From src/xfns.c
(defun x-display-color-p () 't)
(defun x-display-color-p (&optional display) 't)
(fset 'focus-frame 'ignore)
(fset 'unfocus-frame 'ignore)
(defun x-list-fonts (pattern &optional face frame) (list "default"))