* lisp.h (Flooking_at): Declare.

This commit is contained in:
Ken Raeburn 2000-11-09 22:30:39 +00:00
parent 778fbc46c6
commit 651cd3dae2
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-11-09 Ken Raeburn <raeburn@gnu.org>
* lisp.h (Flooking_at): Declare.
2000-11-09 Gerd Moellmann <gerd@gnu.org>
* dired.c (directory_files_internal): Fix a braino.

View file

@ -2498,6 +2498,7 @@ EXFUN (Fmatch_data, 2);
EXFUN (Fset_match_data, 1);
EXFUN (Fmatch_beginning, 1);
EXFUN (Fmatch_end, 1);
EXFUN (Flooking_at, 1);
extern int fast_string_match P_ ((Lisp_Object, Lisp_Object));
extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, char *));
extern int scan_buffer P_ ((int, int, int, int, int *, int));