diff options
| author | Karl Heuer | 1994-04-05 02:19:02 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-05 02:19:02 +0000 |
| commit | 676a14e169d60a2f43ecf8dba8faed6b24b7b779 (patch) | |
| tree | bde30289bb39fdb4ef5cfb9adcceb2d7e13a43b3 | |
| parent | 1beddd9bb17be71824d52b6a6d4bf7cb045f456a (diff) | |
| download | emacs-676a14e169d60a2f43ecf8dba8faed6b24b7b779.tar.gz emacs-676a14e169d60a2f43ecf8dba8faed6b24b7b779.zip | |
(compile-reinitialize-errors): Fix typo 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 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)) |