Mercurial > emacs
changeset 34497:61a2e6e5ca5f
(Fset_window_point): Declare.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 12 Dec 2000 18:50:49 +0000 |
parents | d9792bcf0457 |
children | 17cf716e8dc6 |
files | src/window.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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));