1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(display-color-cells): Use tty-display-color-cells.

This commit is contained in:
Eli Zaretskii 2002-01-25 13:19:28 +00:00
parent 68fe2e0f61
commit a6ab2fcfb3

View File

@ -1044,7 +1044,7 @@ the question is inapplicable to a certain kind of display."
((eq frame-type 'pc)
16)
(t
(length (tty-color-alist))))))
(tty-display-color-cells)))))
(defun display-visual-class (&optional display)
"Returns the visual class of DISPLAY.