From: Daniel Pfeiffer Date: Fri, 19 Jan 2007 23:06:10 +0000 (+0000) Subject: Add handling for makepplog. X-Git-Tag: emacs-pretest-22.0.93~85 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=250540cd0fc883c26bda3d22f7f470d05e00fc53;p=emacs.git Add handling for makepplog. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8cd1686c93..fd918d18472 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-01-19 Daniel Pfeiffer (small change) + + * progmodes/compile.el: Add handling for makepplog. + 2007-01-19 Reiner Steib * textmodes/ispell.el (ispell-change-dictionary): Ensure that diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index cc2b20058e6..bd62aca7d77 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -248,7 +248,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1)) 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