diff options
| author | Martin Rudalics | 2008-11-02 10:39:39 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-02 10:39:39 +0000 |
| commit | 9e61f0d769d48955b0bc0f7042d16d48dece3c8b (patch) | |
| tree | 99e2e5f76b32329972161e3230850ac0750654be /src | |
| parent | 216e6a14976d8d9b17545573daa14f95b394a451 (diff) | |
| download | emacs-9e61f0d769d48955b0bc0f7042d16d48dece3c8b.tar.gz emacs-9e61f0d769d48955b0bc0f7042d16d48dece3c8b.zip | |
(do_switch_frame, Fselect_frame)
(Fset_frame_selected_window): Adjust declarations.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h index bffdfba020d..bc4c3b1c2d0 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3063,11 +3063,11 @@ extern Lisp_Object Vx_resource_class; | |||
| 3063 | extern Lisp_Object Qvisible; | 3063 | extern Lisp_Object Qvisible; |
| 3064 | extern void store_frame_param P_ ((struct frame *, Lisp_Object, Lisp_Object)); | 3064 | extern void store_frame_param P_ ((struct frame *, Lisp_Object, Lisp_Object)); |
| 3065 | extern void store_in_alist P_ ((Lisp_Object *, Lisp_Object, Lisp_Object)); | 3065 | extern void store_in_alist P_ ((Lisp_Object *, Lisp_Object, Lisp_Object)); |
| 3066 | extern Lisp_Object do_switch_frame P_ ((Lisp_Object, int, int)); | 3066 | extern Lisp_Object do_switch_frame P_ ((Lisp_Object, int, int, Lisp_Object)); |
| 3067 | extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object)); | 3067 | extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object)); |
| 3068 | extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object)); | 3068 | extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object)); |
| 3069 | EXFUN (Fframep, 1); | 3069 | EXFUN (Fframep, 1); |
| 3070 | EXFUN (Fselect_frame, 1); | 3070 | EXFUN (Fselect_frame, 2); |
| 3071 | EXFUN (Fselected_frame, 0); | 3071 | EXFUN (Fselected_frame, 0); |
| 3072 | EXFUN (Fwindow_frame, 1); | 3072 | EXFUN (Fwindow_frame, 1); |
| 3073 | EXFUN (Fframe_root_window, 1); | 3073 | EXFUN (Fframe_root_window, 1); |
| @@ -3091,7 +3091,7 @@ EXFUN (Fset_frame_size, 3); | |||
| 3091 | EXFUN (Fset_frame_position, 3); | 3091 | EXFUN (Fset_frame_position, 3); |
| 3092 | EXFUN (Fraise_frame, 1); | 3092 | EXFUN (Fraise_frame, 1); |
| 3093 | EXFUN (Fredirect_frame_focus, 2); | 3093 | EXFUN (Fredirect_frame_focus, 2); |
| 3094 | EXFUN (Fset_frame_selected_window, 2); | 3094 | EXFUN (Fset_frame_selected_window, 3); |
| 3095 | extern Lisp_Object frame_buffer_list P_ ((Lisp_Object)); | 3095 | extern Lisp_Object frame_buffer_list P_ ((Lisp_Object)); |
| 3096 | extern void frames_discard_buffer P_ ((Lisp_Object)); | 3096 | extern void frames_discard_buffer P_ ((Lisp_Object)); |
| 3097 | extern void set_frame_buffer_list P_ ((Lisp_Object, Lisp_Object)); | 3097 | extern void set_frame_buffer_list P_ ((Lisp_Object, Lisp_Object)); |