Mercurial > emacs
changeset 99321:91206eb7321f
(do_switch_frame, Fselect_frame)
(Fset_frame_selected_window): Adjust declarations.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Sun, 02 Nov 2008 10:39:39 +0000 |
parents | 9d9890aa68c5 |
children | e03a3537f4a2 |
files | src/lisp.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sun Nov 02 10:38:42 2008 +0000 +++ b/src/lisp.h Sun Nov 02 10:39:39 2008 +0000 @@ -3063,11 +3063,11 @@ extern Lisp_Object Qvisible; extern void store_frame_param P_ ((struct frame *, Lisp_Object, Lisp_Object)); extern void store_in_alist P_ ((Lisp_Object *, Lisp_Object, Lisp_Object)); -extern Lisp_Object do_switch_frame P_ ((Lisp_Object, int, int)); +extern Lisp_Object do_switch_frame P_ ((Lisp_Object, int, int, Lisp_Object)); extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object)); extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object)); EXFUN (Fframep, 1); -EXFUN (Fselect_frame, 1); +EXFUN (Fselect_frame, 2); EXFUN (Fselected_frame, 0); EXFUN (Fwindow_frame, 1); EXFUN (Fframe_root_window, 1); @@ -3091,7 +3091,7 @@ EXFUN (Fset_frame_position, 3); EXFUN (Fraise_frame, 1); EXFUN (Fredirect_frame_focus, 2); -EXFUN (Fset_frame_selected_window, 2); +EXFUN (Fset_frame_selected_window, 3); extern Lisp_Object frame_buffer_list P_ ((Lisp_Object)); extern void frames_discard_buffer P_ ((Lisp_Object)); extern void set_frame_buffer_list P_ ((Lisp_Object, Lisp_Object));