From 79f1f96cb1a7eac42d9c0fe8e78a1cdcb17281dc Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 19 Oct 2001 06:26:06 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 5 +++++ src/ChangeLog | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7a695395da2..19c48af28e6 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2001-10-19 Miles Bader + + * positions.texi (Text Lines): Describe behavior of + `beginning-of-line'/`end-of-line' in the presence of field properties. + 2001-10-17 Gerd Moellmann * Makefile.in (VERSION): Set to 2.8. diff --git a/src/ChangeLog b/src/ChangeLog index cda3dc4186f..90de9550267 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2001-10-19 Miles Bader + + * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify interaction + with fields and suggest using `forward-line' to avoid them. + * editfns.c (Fline_beginning_position, Fline_end_position): + Clarify documentation. + 2001-10-18 Stefan Monnier * keymap.c (current_minor_maps): `override' only shadows its -- 2.39.5