diff options
| author | David Kastrup | 2004-06-29 02:37:52 +0000 |
|---|---|---|
| committer | David Kastrup | 2004-06-29 02:37:52 +0000 |
| commit | c3762cbd4b8d9569291a20465315a024881eb17c (patch) | |
| tree | 1405cce3196fda17033b272672069feb0e90da38 /src/ChangeLog | |
| parent | 637b9d739b052b2235c67839bef235e493a85e33 (diff) | |
| download | emacs-c3762cbd4b8d9569291a20465315a024881eb17c.tar.gz emacs-c3762cbd4b8d9569291a20465315a024881eb17c.zip | |
(Fset_match_data): Allow buffer before end of list
which can happen if set-match-data is using a pre-consed list.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 144e4890e8e..7de0eb69cd3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-06-29 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * search.c (Fset_match_data): Allow buffer before end of list | ||
| 4 | which can happen if set-match-data is using a pre-consed list. | ||
| 5 | |||
| 1 | 2004-06-28 Steven Tamm <tamm@Steven-Tamms-Computer.local> | 6 | 2004-06-28 Steven Tamm <tamm@Steven-Tamms-Computer.local> |
| 2 | 7 | ||
| 3 | * macterm.c (XTread_socket): Correctly set the frame position | 8 | * macterm.c (XTread_socket): Correctly set the frame position |