diff options
| author | Ken Raeburn | 2000-11-09 22:30:39 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-11-09 22:30:39 +0000 |
| commit | 651cd3dae29fa01b689e1c4de39001cfec9b3566 (patch) | |
| tree | 1b5e1d3a3af7b5d570674241835a9d59e06aedf7 /src/lisp.h | |
| parent | 778fbc46c6de216c11267bfff47ed9367d957b5c (diff) | |
| download | emacs-651cd3dae29fa01b689e1c4de39001cfec9b3566.tar.gz emacs-651cd3dae29fa01b689e1c4de39001cfec9b3566.zip | |
* lisp.h (Flooking_at): Declare.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 0d758695d34..a6fbe28b026 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2498,6 +2498,7 @@ EXFUN (Fmatch_data, 2); | |||
| 2498 | EXFUN (Fset_match_data, 1); | 2498 | EXFUN (Fset_match_data, 1); |
| 2499 | EXFUN (Fmatch_beginning, 1); | 2499 | EXFUN (Fmatch_beginning, 1); |
| 2500 | EXFUN (Fmatch_end, 1); | 2500 | EXFUN (Fmatch_end, 1); |
| 2501 | EXFUN (Flooking_at, 1); | ||
| 2501 | extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); | 2502 | extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); |
| 2502 | extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, char *)); | 2503 | extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, char *)); |
| 2503 | extern int scan_buffer P_ ((int, int, int, int, int *, int)); | 2504 | extern int scan_buffer P_ ((int, int, int, int, int *, int)); |