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:
parent
9be32c4e58
commit
c59d6fadf7
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue