mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 05:30:43 -08:00
(compilation-error-regexp-alist):
Fix previous change: allow . and _ in command name.
This commit is contained in:
parent
b519fca5a6
commit
ae9e2dc7ae
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
|
|||
;; We'll insist that the number be followed by a colon or closing
|
||||
;; 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]+\\)\
|
||||
("\\([-a-zA-Z._]+: ?\\)?\\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\
|
||||
\\([) \t]\\|:\\([^0-9\n]\\|\\([0-9]+:\\)\\)\\)" 2 3 6)
|
||||
|
||||
;; Microsoft C/C++:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue