aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-06-28 00:00:57 +0000
committerChong Yidong2006-06-28 00:00:57 +0000
commitdf8ffa055d3e9487df52405f749a1c721426ae52 (patch)
tree6c84a3fe2a938da08e174bfcc141202992f8c0aa /src/ChangeLog
parent7fa6147188096c6569f8c31c644199c0ef1f0ec5 (diff)
downloademacs-df8ffa055d3e9487df52405f749a1c721426ae52.tar.gz
emacs-df8ffa055d3e9487df52405f749a1c721426ae52.zip
* editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
(Ffield_string_no_properties, Ffield_end): Mention args-out-of-range error condition in docstring.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index db45905d4f2..06c9b970833 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12006-06-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
4 (Ffield_string_no_properties, Ffield_end): Mention
5 args-out-of-range error condition in docstring.
6
12006-06-27 Kim F. Storm <storm@cua.dk> 72006-06-27 Kim F. Storm <storm@cua.dk>
2 8
3 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it. 9 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.