Mercurial > emacs
changeset 11745:1136a3614d79
(Fmatch_data, Fstore_match_data): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 May 1995 22:29:15 +0000 |
parents | 52a2c8e81bb7 |
children | e93b5c05c949 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sun May 07 22:23:26 1995 +0000 +++ b/src/lisp.h Sun May 07 22:29:15 1995 +0000 @@ -1505,6 +1505,7 @@ 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 */