aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKároly Lőrentey2006-01-26 06:43:33 +0000
committerKároly Lőrentey2006-01-26 06:43:33 +0000
commite477bb0420e5bbb734ddce2d09c6d91f720a0b33 (patch)
tree7f450ece5120ccdc3e23f58fbff89893081f6976 /src/ChangeLog
parent13c42cc53a44b65f96e06d600b5c5d59f6757679 (diff)
downloademacs-e477bb0420e5bbb734ddce2d09c6d91f720a0b33.tar.gz
emacs-e477bb0420e5bbb734ddce2d09c6d91f720a0b33.zip
(Fconstrain_to_field): Fix behaviour on field boundaries.
(find_field): Set before_field to after_field when pos is at BEGV.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9829d7162da..b7e3640934a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
12006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> 12006-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