diff options
| author | Richard M. Stallman | 1998-03-17 06:49:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-17 06:49:26 +0000 |
| commit | f405b38dd119a868fb715010129db21b46941a45 (patch) | |
| tree | aba18e068423d291ce2f6491ba707bcd55b9daf9 /src | |
| parent | 478292ed62324ae671be09f083ce90227ae6ee5e (diff) | |
| download | emacs-f405b38dd119a868fb715010129db21b46941a45.tar.gz emacs-f405b38dd119a868fb715010129db21b46941a45.zip | |
Fstore_match_data => Fset_match_data.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index f9da1f28938..14f14e9261d 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2041,7 +2041,7 @@ extern Lisp_Object Vfundamental_mode_abbrev_table; | |||
| 2041 | EXFUN (Fstring_match, 3); | 2041 | EXFUN (Fstring_match, 3); |
| 2042 | extern void restore_match_data P_ ((void)); | 2042 | extern void restore_match_data P_ ((void)); |
| 2043 | EXFUN (Fmatch_data, 2); | 2043 | EXFUN (Fmatch_data, 2); |
| 2044 | EXFUN (Fstore_match_data, 1); | 2044 | EXFUN (Fset_match_data, 1); |
| 2045 | EXFUN (Fmatch_beginning, 1); | 2045 | EXFUN (Fmatch_beginning, 1); |
| 2046 | EXFUN (Fmatch_end, 1); | 2046 | EXFUN (Fmatch_end, 1); |
| 2047 | extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); | 2047 | extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); |