[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el |
Date: |
Fri, 08 Apr 2005 10:26:22 -0400 |
Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.349
emacs/lisp/progmodes/compile.el:1.350
*** emacs/lisp/progmodes/compile.el:1.349 Thu Apr 7 15:15:38 2005
--- emacs/lisp/progmodes/compile.el Fri Apr 8 14:26:12 2005
***************
*** 1,7 ****
;;; compile.el --- run compiler as inferior of Emacs, parse error messages
;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! ;; 2001, 2003, 2004 Free Software Foundation, Inc.
;; Authors: Roland McGrath <address@hidden>,
;; Daniel Pfeiffer <address@hidden>
--- 1,7 ----
;;; compile.el --- run compiler as inferior of Emacs, parse error messages
;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! ;; 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Authors: Roland McGrath <address@hidden>,
;; Daniel Pfeiffer <address@hidden>
***************
*** 464,469 ****
--- 464,471 ----
(defface compilation-info-face
'((((class color) (min-colors 16) (background light))
(:foreground "Green3" :weight bold))
+ (((class color) (min-colors 88) (background dark))
+ (:foreground "Green1" :weight bold))
(((class color) (min-colors 16) (background dark))
(:foreground "Green" :weight bold))
(((class color)) (:foreground "green" :weight bold))