Mercurial > emacs
changeset 21199:7da9a3e9d3c8
Fstore_match_data => Fset_match_data.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 17 Mar 1998 06:49:26 +0000 |
parents | 10518dc95b25 |
children | ea520c42a342 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Tue Mar 17 06:48:12 1998 +0000 +++ b/src/lisp.h Tue Mar 17 06:49:26 1998 +0000 @@ -2041,7 +2041,7 @@ EXFUN (Fstring_match, 3); extern void restore_match_data P_ ((void)); EXFUN (Fmatch_data, 2); -EXFUN (Fstore_match_data, 1); +EXFUN (Fset_match_data, 1); EXFUN (Fmatch_beginning, 1); EXFUN (Fmatch_end, 1); extern int fast_string_match P_ ((Lisp_Object, Lisp_Object));