emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Thu, 29 Sep 2005 18:57:29 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.384 
emacs/lisp/progmodes/compile.el:1.385
*** emacs/lisp/progmodes/compile.el:1.384       Mon Sep 26 00:00:49 2005
--- emacs/lisp/progmodes/compile.el     Thu Sep 29 22:57:28 2005
***************
*** 490,496 ****
  (defface compilation-error
    '((t :inherit font-lock-warning-face))
    "Face used to highlight compiler errors."
!   :group 'font-lock-highlighting-faces
    :version "22.1")
  
  (defface compilation-warning
--- 490,496 ----
  (defface compilation-error
    '((t :inherit font-lock-warning-face))
    "Face used to highlight compiler errors."
!   :group 'compilation
    :version "22.1")
  
  (defface compilation-warning
***************
*** 498,504 ****
      (((class color)) (:foreground "cyan" :weight bold))
      (t (:weight bold)))
    "Face used to highlight compiler warnings."
!   :group 'font-lock-highlighting-faces
    :version "22.1")
  
  (defface compilation-info
--- 498,504 ----
      (((class color)) (:foreground "cyan" :weight bold))
      (t (:weight bold)))
    "Face used to highlight compiler warnings."
!   :group 'compilation
    :version "22.1")
  
  (defface compilation-info
***************
*** 511,529 ****
      (((class color)) (:foreground "green" :weight bold))
      (t (:weight bold)))
    "Face used to highlight compiler information."
!   :group 'font-lock-highlighting-faces
    :version "22.1")
  
  (defface compilation-line-number
    '((t :inherit font-lock-variable-name-face))
    "Face for displaying line numbers in compiler messages."
!   :group 'font-lock-highlighting-faces
    :version "22.1")
  
  (defface compilation-column-number
    '((t :inherit font-lock-type-face))
    "Face for displaying column numbers in compiler messages."
!   :group 'font-lock-highlighting-faces
    :version "22.1")
  
  (defvar compilation-message-face 'underline
--- 511,529 ----
      (((class color)) (:foreground "green" :weight bold))
      (t (:weight bold)))
    "Face used to highlight compiler information."
!   :group 'compilation
    :version "22.1")
  
  (defface compilation-line-number
    '((t :inherit font-lock-variable-name-face))
    "Face for displaying line numbers in compiler messages."
!   :group 'compilation
    :version "22.1")
  
  (defface compilation-column-number
    '((t :inherit font-lock-type-face))
    "Face for displaying column numbers in compiler messages."
!   :group 'compilation
    :version "22.1")
  
  (defvar compilation-message-face 'underline




reply via email to

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