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

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

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

revision 1.27 by nickrob, Mon Aug 1 08:37:48 2005 UTC revision 1.28 by dann, Mon Aug 15 21:29:32 2005 UTC
# Line 858  Return t if it has at least one flymake Line 858  Return t if it has at least one flymake
858      (t (:bold t)))      (t (:bold t)))
859    "Face used for marking error lines."    "Face used for marking error lines."
860    :group 'flymake)    :group 'flymake)
 ;; backward-compatibility alias  
 (put 'flymake-errline-face 'face-alias 'flymake-errline)  
861    
862  (defface flymake-warnline  (defface flymake-warnline
863    '((((class color)) (:background "LightBlue2"))    '((((class color)) (:background "LightBlue2"))
864      (t (:bold t)))      (t (:bold t)))
865    "Face used for marking warning lines."    "Face used for marking warning lines."
866    :group 'flymake)    :group 'flymake)
 ;; backward-compatibility alias  
 (put 'flymake-warnline-face 'face-alias 'flymake-warnline)  
867    
868  (defun flymake-highlight-line (line-no line-err-info-list)  (defun flymake-highlight-line (line-no line-err-info-list)
869    "Highlight line LINE-NO in current buffer.    "Highlight line LINE-NO in current buffer.

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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