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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Mon, 15 Aug 2005 17:29:35 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.372 
emacs/lisp/progmodes/compile.el:1.373
*** emacs/lisp/progmodes/compile.el:1.372       Sun Aug 14 06:51:49 2005
--- emacs/lisp/progmodes/compile.el     Mon Aug 15 21:29:32 2005
***************
*** 484,491 ****
    "Face used to highlight compiler warnings."
    :group 'font-lock-highlighting-faces
    :version "22.1")
- ;; backward-compatibility alias
- (put 'compilation-warning-face 'face-alias 'compilation-warning)
  
  (defface compilation-info
    '((((class color) (min-colors 16) (background light))
--- 484,489 ----
***************
*** 499,506 ****
    "Face used to highlight compiler information."
    :group 'font-lock-highlighting-faces
    :version "22.1")
- ;; backward-compatibility alias
- (put 'compilation-info-face 'face-alias 'compilation-info)
  
  (defface compilation-line-number
    '((t :inherit font-lock-variable-name-face))
--- 497,502 ----




reply via email to

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