Mercurial > emacs
changeset 900:4fcbe8aa7ccc
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 30 Jul 1992 21:09:53 +0000 |
parents | ef5f79a6535a |
children | 38d1af64858c |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))