]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmatch_data, Fstore_match_data): Declared.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 22:29:15 +0000 (22:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 22:29:15 +0000 (22:29 +0000)
src/lisp.h

index 267cf99b49cdad239932f5df3f3c42ac227bcf01..5422538a39df2aa4fd7f3600f07a4e7fe4ee17eb 100644 (file)
@@ -1505,6 +1505,7 @@ extern Lisp_Object Vfundamental_mode_abbrev_table;
 extern Lisp_Object Fstring_match ();
 extern Lisp_Object Fscan_buffer ();
 extern void restore_match_data ();
+extern Lisp_Object Fmatch_data (), Fstore_match_data ();
 
 /* defined in minibuf.c */