diff options
| author | Miles Bader | 2000-10-21 08:02:17 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-21 08:02:17 +0000 |
| commit | de54681ae510642d21f20e9dfd6f6e5125756980 (patch) | |
| tree | 1351e602eeabc86f7a7ad3b7686032cec573064d /src/lisp.h | |
| parent | 81e4d4652c51b98e90f39ef62048961dc2fca903 (diff) | |
| download | emacs-de54681ae510642d21f20e9dfd6f6e5125756980.tar.gz emacs-de54681ae510642d21f20e9dfd6f6e5125756980.zip | |
(Fpos_visible_in_window_p): Update prototype
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 19620d93cea..ab7383efa32 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2632,7 +2632,7 @@ EXFUN (Fcurrent_window_configuration, 1); | |||
| 2632 | extern int compare_window_configurations P_ ((Lisp_Object, Lisp_Object, int)); | 2632 | extern int compare_window_configurations P_ ((Lisp_Object, Lisp_Object, int)); |
| 2633 | EXFUN (Fcoordinates_in_window_p, 2); | 2633 | EXFUN (Fcoordinates_in_window_p, 2); |
| 2634 | EXFUN (Fwindow_at, 3); | 2634 | EXFUN (Fwindow_at, 3); |
| 2635 | EXFUN (Fpos_visible_in_window_p, 2); | 2635 | EXFUN (Fpos_visible_in_window_p, 3); |
| 2636 | extern void mark_window_cursors_off P_ ((struct window *)); | 2636 | extern void mark_window_cursors_off P_ ((struct window *)); |
| 2637 | extern int window_internal_height P_ ((struct window *)); | 2637 | extern int window_internal_height P_ ((struct window *)); |
| 2638 | extern int window_internal_width P_ ((struct window *)); | 2638 | extern int window_internal_width P_ ((struct window *)); |