Mercurial > emacs
comparison src/lisp.h @ 22190:54a0e89d2a48
(frame_buffer_predicate, frame_buffer_list)
(set_frame_buffer_list, Fother_buffer): Decls changed.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 22 May 1998 20:06:49 +0000 |
parents | 42a41d39c4fb |
children | 0a666cecb85d |
comparison
equal
deleted
inserted
replaced
22189:2a61a0a3a9be | 22190:54a0e89d2a48 |
---|---|
2046 EXFUN (set_buffer_if_live, 1); | 2046 EXFUN (set_buffer_if_live, 1); |
2047 EXFUN (Fbarf_if_buffer_read_only, 0); | 2047 EXFUN (Fbarf_if_buffer_read_only, 0); |
2048 EXFUN (Fcurrent_buffer, 0); | 2048 EXFUN (Fcurrent_buffer, 0); |
2049 EXFUN (Fswitch_to_buffer, 2); | 2049 EXFUN (Fswitch_to_buffer, 2); |
2050 EXFUN (Fpop_to_buffer, 3); | 2050 EXFUN (Fpop_to_buffer, 3); |
2051 EXFUN (Fother_buffer, 2); | 2051 EXFUN (Fother_buffer, 3); |
2052 EXFUN (Foverlay_get, 2); | 2052 EXFUN (Foverlay_get, 2); |
2053 EXFUN (Fbuffer_modified_p, 1); | 2053 EXFUN (Fbuffer_modified_p, 1); |
2054 EXFUN (Fset_buffer_modified_p, 1); | 2054 EXFUN (Fset_buffer_modified_p, 1); |
2055 EXFUN (Fkill_buffer, 1); | 2055 EXFUN (Fkill_buffer, 1); |
2056 EXFUN (Fkill_all_local_variables, 0); | 2056 EXFUN (Fkill_all_local_variables, 0); |
2273 extern Lisp_Object Qvisible; | 2273 extern Lisp_Object Qvisible; |
2274 extern void store_frame_param P_ ((struct frame *, Lisp_Object, Lisp_Object)); | 2274 extern void store_frame_param P_ ((struct frame *, Lisp_Object, Lisp_Object)); |
2275 extern void store_in_alist P_ ((Lisp_Object *, Lisp_Object, Lisp_Object)); | 2275 extern void store_in_alist P_ ((Lisp_Object *, Lisp_Object, Lisp_Object)); |
2276 extern Lisp_Object do_switch_frame P_ ((Lisp_Object, Lisp_Object, int)); | 2276 extern Lisp_Object do_switch_frame P_ ((Lisp_Object, Lisp_Object, int)); |
2277 extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object)); | 2277 extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object)); |
2278 extern Lisp_Object frame_buffer_predicate P_ ((void)); | 2278 extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object)); |
2279 EXFUN (Fframep, 1); | 2279 EXFUN (Fframep, 1); |
2280 EXFUN (Fselect_frame, 2); | 2280 EXFUN (Fselect_frame, 2); |
2281 EXFUN (Fselected_frame, 0); | 2281 EXFUN (Fselected_frame, 0); |
2282 EXFUN (Fwindow_frame, 1); | 2282 EXFUN (Fwindow_frame, 1); |
2283 EXFUN (Fframe_root_window, 1); | 2283 EXFUN (Fframe_root_window, 1); |
2299 EXFUN (Fset_frame_size, 3); | 2299 EXFUN (Fset_frame_size, 3); |
2300 EXFUN (Fset_frame_position, 3); | 2300 EXFUN (Fset_frame_position, 3); |
2301 EXFUN (Fraise_frame, 1); | 2301 EXFUN (Fraise_frame, 1); |
2302 EXFUN (Fredirect_frame_focus, 2); | 2302 EXFUN (Fredirect_frame_focus, 2); |
2303 EXFUN (Fset_frame_selected_window, 2); | 2303 EXFUN (Fset_frame_selected_window, 2); |
2304 extern Lisp_Object frame_buffer_list P_ ((void)); | 2304 extern Lisp_Object frame_buffer_list P_ ((Lisp_Object)); |
2305 extern void frames_discard_buffer P_ ((Lisp_Object)); | 2305 extern void frames_discard_buffer P_ ((Lisp_Object)); |
2306 extern void set_frame_buffer_list P_ ((Lisp_Object)); | 2306 extern void set_frame_buffer_list P_ ((Lisp_Object, Lisp_Object)); |
2307 extern void frames_bury_buffer P_ ((Lisp_Object)); | 2307 extern void frames_bury_buffer P_ ((Lisp_Object)); |
2308 extern void syms_of_frame P_ ((void)); | 2308 extern void syms_of_frame P_ ((void)); |
2309 extern void keys_of_frame P_ ((void)); | 2309 extern void keys_of_frame P_ ((void)); |
2310 | 2310 |
2311 /* defined in emacs.c */ | 2311 /* defined in emacs.c */ |