diff options
| author | Roland McGrath | 1992-07-30 21:09:53 +0000 |
|---|---|---|
| committer | Roland McGrath | 1992-07-30 21:09:53 +0000 |
| commit | 353b13c3e45535ced2d9bb629bd1b78f010c6c52 (patch) | |
| tree | 1f90f1140464c6e43c05111f88fd02656f576fc2 | |
| parent | 253598e46639bfc04c91734671af498b2b1b09a7 (diff) | |
| download | emacs-353b13c3e45535ced2d9bb629bd1b78f010c6c52.tar.gz emacs-353b13c3e45535ced2d9bb629bd1b78f010c6c52.zip | |
*** empty log message ***
| -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 0dd9f5111b1..04d05351e6e 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -501,7 +501,7 @@ other kinds of prefix arguments are ignored." | |||
| 501 | ;; but we didn't want to do that. | 501 | ;; but we didn't want to do that. |
| 502 | (set-buffer compilation-last-buffer))) | 502 | (set-buffer compilation-last-buffer))) |
| 503 | 503 | ||
| 504 | (next-error 1)) | 504 | (next-error 0)) |
| 505 | 505 | ||
| 506 | (defun compilation-buffer-p (buffer) | 506 | (defun compilation-buffer-p (buffer) |
| 507 | (assq 'compilation-error-list (buffer-local-variables buffer))) | 507 | (assq 'compilation-error-list (buffer-local-variables buffer))) |