diff options
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index f2e397a4136..fc7056ceeac 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -130,7 +130,7 @@ and a string describing how the process finished.") | |||
| 130 | (defvar compilation-num-errors-found) | 130 | (defvar compilation-num-errors-found) |
| 131 | 131 | ||
| 132 | ;; If you make any changes to `compilation-error-regexp-alist-alist', | 132 | ;; If you make any changes to `compilation-error-regexp-alist-alist', |
| 133 | ;; be sure to run the ERT test in test/automated/compile-tests.el. | 133 | ;; be sure to run the ERT test in test/lisp/progmodes/compile-tests.el. |
| 134 | ;; emacs -batch -l compile-tests.el -f ert-run-tests-batch-and-exit | 134 | ;; emacs -batch -l compile-tests.el -f ert-run-tests-batch-and-exit |
| 135 | 135 | ||
| 136 | (defvar compilation-error-regexp-alist-alist | 136 | (defvar compilation-error-regexp-alist-alist |