comparison lisp/progmodes/compile.el @ 54368:95647cc2d932

(compilation-error-regexp-alist-alist): Whitespace fixup.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Mar 2004 22:46:54 +0000
parents 63ef4a00326a
children 6ea174960a93
comparison
equal deleted inserted replaced
54367:df306ddd8136 54368:95647cc2d932
219 (lcc 219 (lcc
220 "^\\(?:E\\|\\(W\\)\\), \\([^(\n]+\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 220 "^\\(?:E\\|\\(W\\)\\), \\([^(\n]+\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)"
221 2 3 4 (1)) 221 2 3 4 (1))
222 222
223 (makepp 223 (makepp
224 "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile \\)\\|.*?\\)\ 224 "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\) \\|.*?\\)\
225 `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'\\)" 225 `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'\\)"
226 4 5 nil (1 . 2) 3 226 4 5 nil (1 . 2) 3
227 ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'" nil nil 227 ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'" nil nil
228 (2 compilation-info-face) 228 (2 compilation-info-face)
229 (3 compilation-line-face nil t) 229 (3 compilation-line-face nil t)