diff options
| -rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index aa14e87d7b8..b39891cd142 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -2093,7 +2093,7 @@ If DISPLAY is omitted or nil, it defaults to the selected frame's display." | |||
| 2093 | ((eq frame-type 'pc) | 2093 | ((eq frame-type 'pc) |
| 2094 | 4) | 2094 | 4) |
| 2095 | (t | 2095 | (t |
| 2096 | (truncate (log (length (tty-color-alist)) 2)))))) | 2096 | (logb (length (tty-color-alist))))))) |
| 2097 | 2097 | ||
| 2098 | (declare-function x-display-color-cells "xfns.c" (&optional terminal)) | 2098 | (declare-function x-display-color-cells "xfns.c" (&optional terminal)) |
| 2099 | 2099 | ||