mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(compilation-error-regexp-alist): Fix regexp to match
"ChangeLog:1:1998-12-09 ..."
This commit is contained in:
parent
4044f85325
commit
e228c7e2d4
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
|
|||
;; paren, because otherwise this matches just about anything
|
||||
;; containing a number with spaces around it.
|
||||
("\\([-a-zA-Z._]+: ?\\)?\\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\
|
||||
\\([) \t]\\|:\\([^0-9\n]\\|\\([0-9]+:\\)\\)\\)" 2 3 6)
|
||||
\\([) \t]\\|:\\(\\([0-9]+:\\)\\|[0-9]*[^:0-9]\\)\\)" 2 3 6)
|
||||
|
||||
;; Microsoft C/C++:
|
||||
;; keyboard.c(537) : warning C4005: 'min' : macro redefinition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue