Mercurial > emacs
changeset 48038:9f1f449a32da
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 28 Oct 2002 08:17:27 +0000 |
parents | 1e646259d1b2 |
children | c4ddd9be9c17 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 28 08:15:29 2002 +0000 +++ b/lisp/ChangeLog Mon Oct 28 08:17:27 2002 +0000 @@ -1,11 +1,17 @@ +2002-10-28 Miles Bader <miles@gnu.org> + + * progmodes/make-mode.el (makefile-warn-continuations): Don't + barf when there _aren't_ any suspicious continuations. + 2002-10-28 Juanma Barranquero <lektu@terra.es> - * progmodes/compile.el (grep-find-use-xargs): Fix docstring. Patch from - Matt Swift <swift@alum.mit.edu>. + * progmodes/compile.el (grep-find-use-xargs): Fix docstring. + Patch from Matt Swift <swift@alum.mit.edu>. 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu> - * ediff-wind.el (ediff-control-frame-parameters): added scrollbar-height. + * ediff-wind.el (ediff-control-frame-parameters): added + scrollbar-height. 2002-10-27 Andreas Schwab <schwab@suse.de>