Mercurial > emacs
changeset 75290:09d4f4bcd527
Add handling for makepplog.
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Fri, 19 Jan 2007 23:01:15 +0000 |
parents | 61f7e58e684e |
children | 645f31830916 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Fri Jan 19 22:23:05 2007 +0000 +++ b/lisp/progmodes/compile.el Fri Jan 19 23:01:15 2007 +0000 @@ -248,7 +248,7 @@ 2 3 4 (1)) (makepp - "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\|Imported\\) \\|.*?\\)\ + "^makepp\\(?:\\(?:: warning\\(:\\).*?\\|\\(: Scanning\\|: [LR]e?l?oading makefile\\|: Imported\\|log:.*?\\) \\|: .*?\\)\ `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)" 4 5 nil (1 . 2) 3 ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil