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/flymake.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el
Date: Mon, 15 Aug 2005 17:29:35 -0400

Index: emacs/lisp/progmodes/flymake.el
diff -c emacs/lisp/progmodes/flymake.el:1.27 
emacs/lisp/progmodes/flymake.el:1.28
*** emacs/lisp/progmodes/flymake.el:1.27        Mon Aug  1 08:37:48 2005
--- emacs/lisp/progmodes/flymake.el     Mon Aug 15 21:29:32 2005
***************
*** 858,873 ****
      (t (:bold t)))
    "Face used for marking error lines."
    :group 'flymake)
- ;; backward-compatibility alias
- (put 'flymake-errline-face 'face-alias 'flymake-errline)
  
  (defface flymake-warnline
    '((((class color)) (:background "LightBlue2"))
      (t (:bold t)))
    "Face used for marking warning lines."
    :group 'flymake)
- ;; backward-compatibility alias
- (put 'flymake-warnline-face 'face-alias 'flymake-warnline)
  
  (defun flymake-highlight-line (line-no line-err-info-list)
    "Highlight line LINE-NO in current buffer.
--- 858,869 ----




reply via email to

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