aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Kastrup2004-06-25 13:03:22 +0000
committerDavid Kastrup2004-06-25 13:03:22 +0000
commit94939b842d12a742ad6abf3c9adec8af7d8971f0 (patch)
treee5efa70ec2189c817e6bf3b8149b5f2649e6978d /src
parent255ec1b01b5ee5dca1d099c786f66352829237ae (diff)
downloademacs-94939b842d12a742ad6abf3c9adec8af7d8971f0.tar.gz
emacs-94939b842d12a742ad6abf3c9adec8af7d8971f0.zip
ChangeLog format fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67eecfe6f55..bb72bf7b671 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -15,12 +15,12 @@
15 15
162004-06-23 David Kastrup <dak@gnu.org> 162004-06-23 David Kastrup <dak@gnu.org>
17 17
18 * search.c (Freplace_match): Adjust the match-data more 18 * search.c (Freplace_match): Adjust the match-data more thoroughly
19 thoroughly when replacing strings in the buffer. 19 when replacing strings in the buffer.
20 search.c (match-data): When INTEGERS is non-nil and the last match 20 (Fmatch_data): When INTEGERS is non-nil and the last match was in
21 was in a buffer, add the buffer as last element to the match data. 21 a buffer, add the buffer as last element to the match data.
22 (Fset_match_data): If an additional element of the match-data is 22 (Fset_match_data): If an additional element of the match-data is a
23 a buffer, restore it to last_thing_searched. 23 buffer, restore it to last_thing_searched.
24 (save_search_regs): Save last_thing_searched as part of the match 24 (save_search_regs): Save last_thing_searched as part of the match
25 data. 25 data.
26 (restore_match_data): Restore it again. 26 (restore_match_data): Restore it again.