/[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.357 by rms, Sun May 29 08:32:57 2005 UTC revision 1.358 by pfeiffer, Fri Jun 3 08:41:20 2005 UTC
# Line 231  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"? Line 231  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?
231    
232      (makepp      (makepp
233       "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\) \\|.*?\\)\       "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\) \\|.*?\\)\
234  `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'\\)"  `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)"
235       4 5 nil (1 . 2) 3       4 5 nil (1 . 2) 3
236       ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'" nil nil       ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil
237        (2 compilation-info-face)        (2 compilation-info-face)
238        (3 compilation-line-face nil t)        (3 compilation-line-face nil t)
239        (1 (compilation-error-properties 2 3 nil nil nil 0 nil)        (1 (compilation-error-properties 2 3 nil nil nil 0 nil)

Legend:
Removed from v.1.357  
changed lines
  Added in v.1.358

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