Mercurial > emacs
changeset 40045:887dd5ab45c3
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 19 Oct 2001 07:08:29 +0000 |
parents | 7a0668d72687 |
children | 5858ea32e564 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Oct 19 07:03:40 2001 +0000 +++ b/src/ChangeLog Fri Oct 19 07:08:29 2001 +0000 @@ -1,5 +1,10 @@ 2001-10-19 Miles Bader <miles@gnu.org> + * editfns.c (text_property_stickiness): Non-rear-non-stickiness + doesn't take precedence if the affected property's value is nil. + + * editfns.c (Fencode_time): Escape a BOL paren in the doc-string. + * 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):