branch: elpa/d-mode
commit 1afddc756e575138fe20865c2221280db68e935e
Author: Vladimir Panteleev <[email protected]>
Commit: Vladimir Panteleev <[email protected]>

    Fix a typo in a regex
---
 d-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index 185e215..46e561f 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -236,7 +236,7 @@ The expression is added to `compilation-error-regexp-alist' 
and
 
 (add-to-list 'compilation-error-regexp-alist-alist
              '(d-exceptions
-               "^[a-zA-z0-9.]*?@\\(.*?\\)(\\([0-9]+\\)):"
+               "^[a-zA-Z0-9.]*?@\\(.*?\\)(\\([0-9]+\\)):"
                1 2 nil 2))
 (add-to-list 'compilation-error-regexp-alist 'd-exceptions)
 

Reply via email to