From 460565fb5f768ae8ab5f3ac2b91a14abe2811b0f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 19 Jan 2007 02:25:25 +0000 Subject: [PATCH] * progmodes/compile.el (compilation-loop): New arg limit. Handle case where the first error is at point-min. (compilation-next-error): New arg to compilation-loop call. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ead1e464fe9..3df35d9b6bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-01-19 Chong Yidong + + * progmodes/compile.el (compilation-loop): New arg limit. Handle + case where the first error is at point-min. + (compilation-next-error): New arg to compilation-loop call. + 2007-01-18 Bruno Haible (tiny change) * info.el (Info-default-dirs): Change default info dir to -- 2.39.2