aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index faa7054c0b9..b161a8119ae 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1044,7 +1044,7 @@ the question is inapplicable to a certain kind of display."
1044 ((eq frame-type 'pc) 1044 ((eq frame-type 'pc)
1045 16) 1045 16)
1046 (t 1046 (t
1047 (length (tty-color-alist)))))) 1047 (tty-display-color-cells)))))
1048 1048
1049(defun display-visual-class (&optional display) 1049(defun display-visual-class (&optional display)
1050 "Returns the visual class of DISPLAY. 1050 "Returns the visual class of DISPLAY.