X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/131a3a12c4b0171c71c122c3330f85fc19e9bb8f..becf0483bf5ca42b0aab7533ed02ff21cc509c1a:/src/terminal.c diff --git a/src/terminal.c b/src/terminal.c index 23455262cb..682d28e212 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -545,6 +545,7 @@ delete_initial_terminal (struct terminal *terminal) void syms_of_terminal (void) { +#include "terminal.x" DEFVAR_LISP ("ring-bell-function", Vring_bell_function, doc: /* Non-nil means call this function to ring the bell. @@ -562,14 +563,5 @@ or some time later. */); DEFSYM (Qdelete_terminal_functions, "delete-terminal-functions"); DEFSYM (Qrun_hook_with_args, "run-hook-with-args"); - defsubr (&Sdelete_terminal); - defsubr (&Sframe_terminal); - defsubr (&Sterminal_live_p); - defsubr (&Sterminal_list); - defsubr (&Sterminal_name); - defsubr (&Sterminal_parameters); - defsubr (&Sterminal_parameter); - defsubr (&Sset_terminal_parameter); - Fprovide (intern_c_string ("multi-tty"), Qnil); }