/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.372 by jurta, Sun Aug 14 06:51:49 2005 UTC revision 1.373 by dann, Mon Aug 15 21:29:32 2005 UTC
# Line 484  starting the compilation process.") Line 484  starting the compilation process.")
484    "Face used to highlight compiler warnings."    "Face used to highlight compiler warnings."
485    :group 'font-lock-highlighting-faces    :group 'font-lock-highlighting-faces
486    :version "22.1")    :version "22.1")
 ;; backward-compatibility alias  
 (put 'compilation-warning-face 'face-alias 'compilation-warning)  
487    
488  (defface compilation-info  (defface compilation-info
489    '((((class color) (min-colors 16) (background light))    '((((class color) (min-colors 16) (background light))
# Line 499  starting the compilation process.") Line 497  starting the compilation process.")
497    "Face used to highlight compiler information."    "Face used to highlight compiler information."
498    :group 'font-lock-highlighting-faces    :group 'font-lock-highlighting-faces
499    :version "22.1")    :version "22.1")
 ;; backward-compatibility alias  
 (put 'compilation-info-face 'face-alias 'compilation-info)  
500    
501  (defface compilation-line-number  (defface compilation-line-number
502    '((t :inherit font-lock-variable-name-face))    '((t :inherit font-lock-variable-name-face))

Legend:
Removed from v.1.372  
changed lines
  Added in v.1.373

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26