diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 348903fc031..61b8aa05a4b 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -617,9 +617,7 @@ version control backend imposes itself." ;; Annotate customization (defcustom vc-annotate-color-map - (if (and (not window-system) - (tty-display-color-p) - (<= (display-color-cells) 8)) + (if (and (tty-display-color-p) (<= (display-color-cells) 8)) ;; A custom sorted TTY colormap (let* ((colors (sort |