aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/shr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index ebc8ab3327f..60203f581ec 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -1042,7 +1042,7 @@ ones, in case fg and bg are nil."
1042 (shr-color-visible bg fg))))))) 1042 (shr-color-visible bg fg)))))))
1043 1043
1044(defun shr-colorize-region (start end fg &optional bg) 1044(defun shr-colorize-region (start end fg &optional bg)
1045 (when (and (or fg bg) (>= (display-color-cells) 256)) 1045 (when (and (or fg bg) (>= (display-color-cells) 88))
1046 (let ((new-colors (shr-color-check fg bg))) 1046 (let ((new-colors (shr-color-check fg bg)))
1047 (when new-colors 1047 (when new-colors
1048 (when fg 1048 (when fg