1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-30 10:11:47 -07:00

(xterm-maybe-set-dark-background-mode): Remove

dead code.  (Bug#5546)
This commit is contained in:
Dan Nicolaescu 2010-02-09 21:33:17 -08:00
parent 9be32c4e58
commit c59d6fadf7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
* term/xterm.el (xterm-maybe-set-dark-background-mode): Remove
dead code. (Bug#5546)
2010-02-09 Chong Yidong <cyd@stupidchicken.com>
* eshell/em-ls.el (eshell-ls-applicable): Frob file attributes

View file

@ -679,7 +679,6 @@ versions of xterm."
;; Use the heuristic in `frame-set-background-mode' to decide if a
;; frame is dark.
(when (< (+ redc greenc bluec) (* .6 (+ 65535 65535 65535)))
(setq xterm-background-mode-changed t)
(set-terminal-parameter nil 'background-mode 'dark)
t))