diff options
| author | David Kastrup | 2004-06-23 19:21:14 +0000 |
|---|---|---|
| committer | David Kastrup | 2004-06-23 19:21:14 +0000 |
| commit | 559cdd07454093b88346f8a41aff36fb58c86236 (patch) | |
| tree | cade62e88ff6e1749699f571a4b15af4ea49d813 /src | |
| parent | 2a4a9af98913cf456a58e698969418b2083ff7a5 (diff) | |
| download | emacs-559cdd07454093b88346f8a41aff36fb58c86236.tar.gz emacs-559cdd07454093b88346f8a41aff36fb58c86236.zip | |
2004-06-23 David Kastrup <dak@gnu.org>
* search.c (Freplace_match): Adjust the match-data more
thoroughly when replacing strings in the buffer.
search.c (match-data): When INTEGERS is non-nil and the last match
was in a buffer, add the buffer as last element to the match data.
(Fset_match_data): If an additional element of the match-data is
a buffer, restore it to last_thing_searched.
(save_search_regs): Save last_thing_searched as part of the match
data.
(restore_match_data): Restore it again.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3b87aec95b6..6fae7580745 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-06-23 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * search.c (Freplace_match): Adjust the match-data more | ||
| 4 | thoroughly when replacing strings in the buffer. | ||
| 5 | search.c (match-data): When INTEGERS is non-nil and the last match | ||
| 6 | was in a buffer, add the buffer as last element to the match data. | ||
| 7 | (Fset_match_data): If an additional element of the match-data is | ||
| 8 | a buffer, restore it to last_thing_searched. | ||
| 9 | (save_search_regs): Save last_thing_searched as part of the match | ||
| 10 | data. | ||
| 11 | (restore_match_data): Restore it again. | ||
| 12 | |||
| 1 | 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | 13 | 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 14 | ||
| 3 | * keymap.c (Ftext_char_description): Doc fix. | 15 | * keymap.c (Ftext_char_description): Doc fix. |