diff options
Diffstat (limited to 'lisp/term/xterm.el')
-rw-r--r-- | lisp/term/xterm.el | 1 |
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." (t (error "Unsupported number of xterm colors (%d)" (+ 16 ncolors))))) ;; Modifying color mappings means realized faces don't use the ;; right colors, so clear them. - ;; FIXME: Only for the selected frame! (clear-face-cache))) (defun xterm-maybe-set-dark-background-mode (redc greenc bluec) |