diff options
| author | Richard M. Stallman | 1998-05-22 20:06:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-22 20:06:49 +0000 |
| commit | dbe7f1eff4aeb2a90e46fc30ce07d91f4e11c7fe (patch) | |
| tree | efc6f1df355d0715950560c036d6b5433b64d12e /src | |
| parent | 773fbdb9c834c05939f1e236e3a78416296278a1 (diff) | |
| download | emacs-dbe7f1eff4aeb2a90e46fc30ce07d91f4e11c7fe.tar.gz emacs-dbe7f1eff4aeb2a90e46fc30ce07d91f4e11c7fe.zip | |
(frame_buffer_predicate, frame_buffer_list)
(set_frame_buffer_list, Fother_buffer): Decls changed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h index 6ed2a271f09..17f5ef9fb95 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2048,7 +2048,7 @@ 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); |
| @@ -2275,7 +2275,7 @@ 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); |
| @@ -2301,9 +2301,9 @@ 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)); |