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:
parent
68fe2e0f61
commit
a6ab2fcfb3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user