Mercurial > emacs
comparison src/ChangeLog @ 68394:0b6d0aad4517
(Fconstrain_to_field): Fix behaviour on field boundaries.
(find_field): Set before_field to after_field when pos is at BEGV.
author | Károly Lőrentey <lorentey@elte.hu> |
---|---|
date | Thu, 26 Jan 2006 06:43:33 +0000 |
parents | a0208539b9a3 |
children | 34aa6fa4a3d8 |
comparison
equal
deleted
inserted
replaced
68393:b5ff41ef0331 | 68394:0b6d0aad4517 |
---|---|
1 2006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 1 2006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> |
2 | 2 |
3 * editfns.c (Fconstrain_to_field): Use get_pos_property, not | 3 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. |
4 Fget_char_property. Fix bogus comment. | 4 (find_field): Set before_field to after_field when pos is at BEGV. |
5 (Fline_beginning_position, Fline_end_position): Clarify | 5 (Fline_beginning_position, Fline_end_position): Clarify |
6 confusing doc string. | 6 confusing doc string. |
7 | 7 |
8 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc | 8 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc |
9 string. | 9 string. |