From 6bb8143894acfe56a2fefa7a8063c7fd8cb95118 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 29 Oct 2002 07:40:45 +0000 Subject: [PATCH] Add "(tiny change)" where required. --- lisp/ChangeLog | 4 ++-- src/ChangeLog | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d99aaed659c..730f5edc4c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -37,7 +37,7 @@ * progmodes/make-mode.el (makefile-warn-continuations): Don't barf when there _aren't_ any suspicious continuations. -2002-10-28 Juanma Barranquero +2002-10-28 Juanma Barranquero (tiny change) * progmodes/compile.el (grep-find-use-xargs): Fix docstring. Patch from Matt Swift . @@ -117,7 +117,7 @@ * textmodes/outline.el (outline-next-heading): Make sure the match-data is really correct where returning. -2002-10-24 Juanma Barranquero +2002-10-24 Juanma Barranquero (tiny change) * textmodes/outline.el (outline-minor-mode): Add customization group. Patch from Matthew Swift . diff --git a/src/ChangeLog b/src/ChangeLog index 9c527a09037..88be6147387 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,7 +3,7 @@ * process.c (Fsignal_process): Allow PROCESS to be specified by name in addition to pid (as integer or string). -2002-10-28 Juanma Barranquero +2002-10-28 Juanma Barranquero (tiny change) * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build environments. Patch from Jay Finger and