# HG changeset patch # User Karl Heuer # Date 765512342 0 # Node ID 137122de77efdd8c39fdbc673152178eabc5e868 # Parent 12aafd560832853a3e6f0e1140f77bac7f8040b0 (compile-reinitialize-errors): Fix typo in comment. diff -r 12aafd560832 -r 137122de77ef lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Tue Apr 05 01:34:09 1994 +0000 +++ b/lisp/progmodes/compile.el Tue Apr 05 02:19:02 1994 +0000 @@ -659,7 +659,7 @@ (set-buffer-modified-p nil) (if (< compilation-parsing-end (point-max)) ;; compilation-error-list might be non-nil if we have a non-nil - ;; LIMIT-SEARCH of FIND-AT-LEAST arg. In that case its value + ;; LIMIT-SEARCH or FIND-AT-LEAST arg. In that case its value ;; records the current position in the error list, and we must ;; preserve that after reparsing. (let ((error-list-pos compilation-error-list))