Mercurial > emacs
diff src/window.h @ 34497:61a2e6e5ca5f
(Fset_window_point): Declare.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Tue, 12 Dec 2000 18:50:49 +0000 |
| parents | a3db89bef2e5 |
| children | 10539ef3d8e8 |
line wrap: on
line diff
--- a/src/window.h Tue Dec 12 17:58:35 2000 +0000 +++ b/src/window.h Tue Dec 12 18:50:49 2000 +0000 @@ -366,6 +366,7 @@ EXFUN (Fwindow_vscroll, 1); EXFUN (Fset_window_margins, 3); EXFUN (Fwindow_live_p, 1); +EXFUN (Fset_window_point, 2); extern Lisp_Object make_window P_ ((void)); extern void delete_window P_ ((Lisp_Object)); extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int, int *, int));
