From 759415df2e06ded3c06372af3bdee8871c3d179e Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sat, 10 Dec 2016 18:23:15 +0100 Subject: [PATCH] ; Update file name in comment --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") (defvar compilation-num-errors-found) ;; If you make any changes to `compilation-error-regexp-alist-alist', -;; be sure to run the ERT test in test/automated/compile-tests.el. +;; be sure to run the ERT test in test/lisp/progmodes/compile-tests.el. ;; emacs -batch -l compile-tests.el -f ert-run-tests-batch-and-exit (defvar compilation-error-regexp-alist-alist -- 2.11.4.GIT