# HG changeset patch # User Roland McGrath # Date 712530593 0 # Node ID 4fcbe8aa7ccc48bc9d43786d999380ca5ed1760c # Parent ef5f79a6535a649d7ca29c472a4af14cb1a9a0e2 *** empty log message *** diff -r ef5f79a6535a -r 4fcbe8aa7ccc lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Thu Jul 30 20:59:35 1992 +0000 +++ b/lisp/progmodes/compile.el Thu Jul 30 21:09:53 1992 +0000 @@ -501,7 +501,7 @@ ;; but we didn't want to do that. (set-buffer compilation-last-buffer))) - (next-error 1)) + (next-error 0)) (defun compilation-buffer-p (buffer) (assq 'compilation-error-list (buffer-local-variables buffer)))