diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 64216214499..265d3c29273 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2391,7 +2391,8 @@ void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); | |||
| 2391 | extern void syms_of_xdisp P_ ((void)); | 2391 | extern void syms_of_xdisp P_ ((void)); |
| 2392 | extern void init_xdisp P_ ((void)); | 2392 | extern void init_xdisp P_ ((void)); |
| 2393 | extern Lisp_Object safe_eval P_ ((Lisp_Object)); | 2393 | extern Lisp_Object safe_eval P_ ((Lisp_Object)); |
| 2394 | extern int pos_visible_p P_ ((struct window *, int, int *, int)); | 2394 | extern int pos_visible_p P_ ((struct window *, int, int *, |
| 2395 | int *, int *, int)); | ||
| 2395 | 2396 | ||
| 2396 | /* Defined in vm-limit.c. */ | 2397 | /* Defined in vm-limit.c. */ |
| 2397 | extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); | 2398 | extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); |