emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/d-mode 1afddc7 190/346: Fix a typo in a regex


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 1afddc7 190/346: Fix a typo in a regex
Date: Sun, 29 Aug 2021 11:00:28 -0400 (EDT)

branch: elpa/d-mode
commit 1afddc756e575138fe20865c2221280db68e935e
Author: Vladimir Panteleev <git@thecybershadow.net>
Commit: Vladimir Panteleev <git@thecybershadow.net>

    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

[Prev in Thread] Current Thread [Next in Thread]