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: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Fri, 04 Nov 2005 00:36:47 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.384 emacs/lisp/startup.el:1.385
*** emacs/lisp/startup.el:1.384 Fri Nov  4 02:15:49 2005
--- emacs/lisp/startup.el       Fri Nov  4 05:36:47 2005
***************
*** 770,776 ****
  
    ;; Register default TTY colors for the case the terminal hasn't a
    ;; terminal init file.
!   (unless (memq window-system '(x w32))
      ;; We do this regardles of whether the terminal supports colors
      ;; or not, since they can switch that support on or off in
      ;; mid-session by setting the tty-color-mode frame parameter.
--- 770,776 ----
  
    ;; Register default TTY colors for the case the terminal hasn't a
    ;; terminal init file.
!   (unless (memq window-system '(x w32 mac))
      ;; We do this regardles of whether the terminal supports colors
      ;; or not, since they can switch that support on or off in
      ;; mid-session by setting the tty-color-mode frame parameter.




reply via email to

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