X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/72aa8b2ebc03fa1000ddbbd4cf5d68013eaf0e0e..fe6aa7a1f05e241a438ca3fa85969b7381d89a0e:/src/callproc.c diff --git a/src/callproc.c b/src/callproc.c index 9fbc7e5b71..98ffc2fed0 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1660,6 +1660,8 @@ set_initial_environment (void) void syms_of_callproc (void) { +#include "callproc.x" + #ifndef DOS_NT Vtemp_file_name_pattern = build_string ("emacsXXXXXX"); #else /* DOS_NT */ @@ -1747,8 +1749,4 @@ use. See `setenv' and `getenv'. */); Vprocess_environment = Qnil; - - defsubr (&Scall_process); - defsubr (&Sgetenv_internal); - defsubr (&Scall_process_region); }