changeset 21171:60f6085df198

(Fset_match_data): Renamed from Fstore_match_data. (syms_of_search): Corresponding change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:57:20 +0000
parents dbe101f49d57
children f9887487a4a1
files src/search.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Sat Mar 14 04:55:19 1998 +0000
+++ b/src/search.c	Sat Mar 14 04:57:20 1998 +0000
@@ -2557,7 +2557,7 @@
 }
 
 
-DEFUN ("store-match-data", Fstore_match_data, Sstore_match_data, 1, 1, 0,
+DEFUN ("set-match-data", Fset_match_data, Sset_match_data, 1, 1, 0,
   "Set internal data on last search match from elements of LIST.\n\
 LIST should have been created by calling `match-data' previously.")
   (list)
@@ -2765,6 +2765,6 @@
   defsubr (&Smatch_beginning);
   defsubr (&Smatch_end);
   defsubr (&Smatch_data);
-  defsubr (&Sstore_match_data);
+  defsubr (&Sset_match_data);
   defsubr (&Sregexp_quote);
 }