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/buffer.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/buffer.h')
| -rw-r--r-- | src/buffer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/buffer.h b/src/buffer.h index b48791f306f..b58c5c165e1 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -930,11 +930,6 @@ extern void mmap_set_vars (int); | |||
| 930 | } \ | 930 | } \ |
| 931 | } while (0) | 931 | } while (0) |
| 932 | 932 | ||
| 933 | EXFUN (Fbuffer_live_p, 1); | ||
| 934 | EXFUN (Fbuffer_name, 1); | ||
| 935 | EXFUN (Fnext_overlay_change, 1); | ||
| 936 | EXFUN (Fbuffer_local_value, 2); | ||
| 937 | |||
| 938 | extern Lisp_Object Qbefore_change_functions; | 933 | extern Lisp_Object Qbefore_change_functions; |
| 939 | extern Lisp_Object Qafter_change_functions; | 934 | extern Lisp_Object Qafter_change_functions; |
| 940 | extern Lisp_Object Qfirst_change_hook; | 935 | extern Lisp_Object Qfirst_change_hook; |