]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog format fix.
authorDavid Kastrup <dak@gnu.org>
Fri, 25 Jun 2004 13:03:22 +0000 (13:03 +0000)
committerDavid Kastrup <dak@gnu.org>
Fri, 25 Jun 2004 13:03:22 +0000 (13:03 +0000)
src/ChangeLog

index 67eecfe6f550839a47bb44502dd87edd2f0ebd42..bb72bf7b671a695c55903eead1f2b8aab0080767 100644 (file)
 
 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
-       buffer, restore it to last_thing_searched.
+       * search.c (Freplace_match): Adjust the match-data more thoroughly
+       when replacing strings in the buffer.
+       (Fmatch_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.