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

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

[nongnu] elpa/typescript-mode 46e032e932 054/222: Fix list of values com


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 46e032e932 054/222: Fix list of values compilation mode should use.
Date: Sun, 6 Feb 2022 16:59:14 -0500 (EST)

branch: elpa/typescript-mode
commit 46e032e932a19ba16ce4ed297b9c896ea4feb203
Author: Louis-Dominique Dubeau <ldd@lddubeau.com>
Commit: Louis-Dominique Dubeau <ldd@lddubeau.com>

    Fix list of values compilation mode should use.
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 334a6fe090..12c71a9897 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -2071,7 +2071,7 @@ the broken-down class name of the item to insert."
 
        (typescript-tslint
         ,typescript-tslint-report-regexp
-        3 4 5 3 (1))))
+        3 4 5 (1))))
   (add-to-list 'compilation-error-regexp-alist-alist regexp)
   (add-to-list 'compilation-error-regexp-alist (car regexp)))
 



reply via email to

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