aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 618e68d55f0..813412942d1 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -659,7 +659,7 @@ Does NOT find the source line like \\[next-error]."
659 (set-buffer-modified-p nil) 659 (set-buffer-modified-p nil)
660 (if (< compilation-parsing-end (point-max)) 660 (if (< compilation-parsing-end (point-max))
661 ;; compilation-error-list might be non-nil if we have a non-nil 661 ;; compilation-error-list might be non-nil if we have a non-nil
662 ;; LIMIT-SEARCH of FIND-AT-LEAST arg. In that case its value 662 ;; LIMIT-SEARCH or FIND-AT-LEAST arg. In that case its value
663 ;; records the current position in the error list, and we must 663 ;; records the current position in the error list, and we must
664 ;; preserve that after reparsing. 664 ;; preserve that after reparsing.
665 (let ((error-list-pos compilation-error-list)) 665 (let ((error-list-pos compilation-error-list))