mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
* lisp.h (Flooking_at): Declare.
This commit is contained in:
parent
778fbc46c6
commit
651cd3dae2
2 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue