diff options
| author | Philipp Stephani | 2016-12-10 18:23:15 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2016-12-10 18:23:55 +0100 |
| commit | 759415df2e06ded3c06372af3bdee8871c3d179e (patch) | |
| tree | d4c0990fd0fd2db47d92fd89eeb14277ce8d48a6 | |
| parent | 2412a1fc05fe9f89b171d0781c2d530923f48adc (diff) | |
| download | emacs-759415df2e06ded3c06372af3bdee8871c3d179e.tar.gz emacs-759415df2e06ded3c06372af3bdee8871c3d179e.zip | |
; Update file name in comment
| -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 |