diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
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 @@ | |||
| 1 | 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change) | ||
| 2 | |||
| 3 | * progmodes/compile.el: Add handling for makepplog. | ||
| 4 | |||
| 1 | 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2007-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 |