diff options
| author | Tom Tromey | 2012-07-03 12:24:42 -0600 |
|---|---|---|
| committer | Tom Tromey | 2012-07-03 12:24:42 -0600 |
| commit | 404dbd373a91c0b994005e88fe703d9144873b27 (patch) | |
| tree | 758143095cab84ccd7962166584b94787df03267 /src/window.h | |
| parent | 8e4fd1e172f5fc3daf8219965a588bf0125ba311 (diff) | |
| download | emacs-404dbd373a91c0b994005e88fe703d9144873b27.tar.gz emacs-404dbd373a91c0b994005e88fe703d9144873b27.zip | |
Auto-generate EXFUN using make-docfile
src
* window.c (Fset_window_margins, Fset_window_fringes)
(Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
* textprop.c (Fprevious_property_change): No longer static.
* syntax.c (Fsyntax_table_p): No longer static.
* process.c (Fget_process, Fprocess_datagram_address): No longer
static.
* keymap.c (Flookup_key, Fcopy_keymap): No longer static.
* keyboard.c (Fcommand_execute): No longer static.
Remove EXFUN.
* insdel.c (Fcombine_after_change_execute): No longer static.
* image.c (Finit_image_library): No longer static.
* fileio.c (Fmake_symbolic_link): No longer static.
* eval.c (Ffetch_bytecode): No longer static.
* editfns.c (Fuser_full_name): No longer static.
* doc.c: (Fdocumentation_property, Fsnarf_documentation): No
longer static.
* buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
static.
* dired.c (Ffile_attributes): No longer static.
* composite.c (Fcomposition_get_gstring): No longer static.
* callproc.c (Fgetenv_internal): No longer static.
* ccl.h: Remove EXFUNs.
* buffer.h: Remove EXFUNs.
* dispextern.h: Remove EXFUNs.
* intervals.h: Remove EXFUNs.
* fontset.h: Remove EXFUN.
* font.h: Remove EXFUNs.
* dosfns.c (system_process_attributes): Remove EXFUN.
* keymap.h: Remove EXFUNs.
* lisp.h: Remove EXFUNs.
* w32term.h: Remove EXFUNs.
* window.h: Remove EXFUNs.
* xsettings.h: Remove EXFUN.
* xterm.h: Remove EXFUN.
lib-src
* make-docfile.c (enum global_type) <FUNCTION>: New constant.
(struct global) <value>: New field.
(add_global): Add 'value' argument.
(compare_globals): Sort functions at the end.
(close_emacs_globals): New function.
(write_globals): Handle functions.
(scan_c_file): Call add_global for DEFUN.
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/window.h b/src/window.h index 34b5bb7a0dd..10cabed979b 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -815,14 +815,9 @@ extern Lisp_Object Vmouse_window; | |||
| 815 | 815 | ||
| 816 | extern Lisp_Object Vmouse_event; | 816 | extern Lisp_Object Vmouse_event; |
| 817 | 817 | ||
| 818 | EXFUN (Fnext_window, 3); | ||
| 819 | EXFUN (Fselect_window, 2); | ||
| 820 | EXFUN (Fset_window_buffer, 3); | ||
| 821 | EXFUN (Fset_window_point, 2); | ||
| 822 | extern Lisp_Object make_window (void); | 818 | extern Lisp_Object make_window (void); |
| 823 | extern Lisp_Object window_from_coordinates (struct frame *, int, int, | 819 | extern Lisp_Object window_from_coordinates (struct frame *, int, int, |
| 824 | enum window_part *, int); | 820 | enum window_part *, int); |
| 825 | EXFUN (Fwindow_dedicated_p, 1); | ||
| 826 | extern void resize_frame_windows (struct frame *, int, int); | 821 | extern void resize_frame_windows (struct frame *, int, int); |
| 827 | extern void delete_all_child_windows (Lisp_Object); | 822 | extern void delete_all_child_windows (Lisp_Object); |
| 828 | extern void freeze_window_starts (struct frame *, int); | 823 | extern void freeze_window_starts (struct frame *, int); |
| @@ -893,21 +888,10 @@ struct glyph *get_phys_cursor_glyph (struct window *w); | |||
| 893 | extern Lisp_Object Qwindowp, Qwindow_live_p; | 888 | extern Lisp_Object Qwindowp, Qwindow_live_p; |
| 894 | extern Lisp_Object Vwindow_list; | 889 | extern Lisp_Object Vwindow_list; |
| 895 | 890 | ||
| 896 | EXFUN (Fwindow_buffer, 1); | ||
| 897 | EXFUN (Fget_buffer_window, 2); | ||
| 898 | EXFUN (Fwindow_minibuffer_p, 1); | ||
| 899 | EXFUN (Fselected_window, 0); | ||
| 900 | EXFUN (Fframe_root_window, 1); | ||
| 901 | EXFUN (Fframe_first_window, 1); | ||
| 902 | EXFUN (Fset_frame_selected_window, 3); | ||
| 903 | EXFUN (Fset_window_configuration, 1); | ||
| 904 | EXFUN (Fcurrent_window_configuration, 1); | ||
| 905 | extern int compare_window_configurations (Lisp_Object, Lisp_Object, int); | 891 | extern int compare_window_configurations (Lisp_Object, Lisp_Object, int); |
| 906 | EXFUN (Fpos_visible_in_window_p, 3); | ||
| 907 | extern void mark_window_cursors_off (struct window *); | 892 | extern void mark_window_cursors_off (struct window *); |
| 908 | extern int window_internal_height (struct window *); | 893 | extern int window_internal_height (struct window *); |
| 909 | extern int window_body_cols (struct window *w); | 894 | extern int window_body_cols (struct window *w); |
| 910 | EXFUN (Frecenter, 1); | ||
| 911 | extern void temp_output_buffer_show (Lisp_Object); | 895 | extern void temp_output_buffer_show (Lisp_Object); |
| 912 | extern void replace_buffer_in_windows (Lisp_Object); | 896 | extern void replace_buffer_in_windows (Lisp_Object); |
| 913 | extern void replace_buffer_in_windows_safely (Lisp_Object); | 897 | extern void replace_buffer_in_windows_safely (Lisp_Object); |