Show More
@@ -53,4 +53,11 b'' | |||
|
53 | 53 | (setq mode-name "hg-test") |
|
54 | 54 | (run-hooks 'hg-test-mode-hook)) |
|
55 | 55 | |
|
56 | (with-eval-after-load "compile" | |
|
57 | ;; Link to source files in test-check-code.t violations. | |
|
58 | (add-to-list 'compilation-error-regexp-alist-alist | |
|
59 | '(hg-test-check-code-output | |
|
60 | "\\+ \\([^:\n]+\\):\\([0-9]+\\):$" 1 2)) | |
|
61 | (add-to-list 'compilation-error-regexp-alist 'hg-test-check-code-output)) | |
|
62 | ||
|
56 | 63 | (provide 'hg-test-mode) |
General Comments 0
You need to be logged in to leave comments.
Login now