aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Pfeiffer2007-01-19 23:06:10 +0000
committerDaniel Pfeiffer2007-01-19 23:06:10 +0000
commit250540cd0fc883c26bda3d22f7f470d05e00fc53 (patch)
tree595be9eae7d195c557e3176f2fd0ec0aa42ee6bf
parent17e55b2a29c289f2388ff6627b99800d00dc201f (diff)
downloademacs-250540cd0fc883c26bda3d22f7f470d05e00fc53.tar.gz
emacs-250540cd0fc883c26bda3d22f7f470d05e00fc53.zip
Add handling for makepplog.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/compile.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a8cd1686c93..fd918d18472 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2
3 * progmodes/compile.el: Add handling for makepplog.
4
12007-01-19 Reiner Steib <Reiner.Steib@gmx.de> 52007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2 6
3 * textmodes/ispell.el (ispell-change-dictionary): Ensure that 7 * 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))
248 2 3 4 (1)) 248 2 3 4 (1))
249 249
250 (makepp 250 (makepp
251 "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\|Imported\\) \\|.*?\\)\ 251 "^makepp\\(?:\\(?:: warning\\(:\\).*?\\|\\(: Scanning\\|: [LR]e?l?oading makefile\\|: Imported\\|log:.*?\\) \\|: .*?\\)\
252`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)" 252`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)"
253 4 5 nil (1 . 2) 3 253 4 5 nil (1 . 2) 3
254 ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil 254 ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil