emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Fri, 25 Jan 2002 12:29:35 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.287 emacs/lisp/startup.el:1.288
*** emacs/lisp/startup.el:1.287 Fri Jan 25 08:20:18 2002
--- emacs/lisp/startup.el       Fri Jan 25 12:29:34 2002
***************
*** 514,519 ****
--- 514,522 ----
                             (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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]