Mercurial > emacs
changeset 42963:019acf15aa7a
Explain in a comment why the default background-setting code is still
here, although xterm.l and rxvt.el do that better.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 25 Jan 2002 17:29:34 +0000 |
parents | 201a6b278692 |
children | 003926a4dc49 |
files | lisp/startup.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Fri Jan 25 14:35:42 2002 +0000 +++ b/lisp/startup.el Fri Jan 25 17:29:34 2002 +0000 @@ -514,6 +514,9 @@ (or (null bg) (member bg '(unspecified "unspecified-bg"))))) (setq term (getenv "TERM")) + ;; Some files in lisp/term do a better job with the + ;; background mode, but we leave this here anyway, in + ;; case they remove those files. (if (string-match "^\\(xterm\\|rxvt\\|dtterm\\|eterm\\)" term) (setq frame-background-mode 'light)))