aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/xterm.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index d612217bdb9..c4b0a8fb6e6 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -1107,7 +1107,6 @@ versions of xterm."
1107 (t (error "Unsupported number of xterm colors (%d)" (+ 16 ncolors))))) 1107 (t (error "Unsupported number of xterm colors (%d)" (+ 16 ncolors)))))
1108 ;; Modifying color mappings means realized faces don't use the 1108 ;; Modifying color mappings means realized faces don't use the
1109 ;; right colors, so clear them. 1109 ;; right colors, so clear them.
1110 ;; FIXME: Only for the selected frame!
1111 (clear-face-cache))) 1110 (clear-face-cache)))
1112 1111
1113(defun xterm-maybe-set-dark-background-mode (redc greenc bluec) 1112(defun xterm-maybe-set-dark-background-mode (redc greenc bluec)