]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-default-fg-color):
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Aug 1997 18:54:49 +0000 (18:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Aug 1997 18:54:49 +0000 (18:54 +0000)
(term-default-bg-color): Default to nil.

lisp/term.el

index b7930b704e70e536df34fb94067699f9515b86b0..141f874c285ce60ca38a3e86170460e5758881c5 100644 (file)
@@ -696,8 +696,8 @@ Buffer local variable.")
        (progn ,@body)
      (error nil)))
 
-(defvar term-default-fg-color "SkyBlue")
-(defvar term-default-bg-color "LightBlue")
+(defvar term-default-fg-color nil)
+(defvar term-default-bg-color nil)
 
 (when (fboundp 'make-face)
 ;;; --- Simple faces ---