X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/72aa8b2ebc03fa1000ddbbd4cf5d68013eaf0e0e..fe6aa7a1f05e241a438ca3fa85969b7381d89a0e:/src/insdel.c diff --git a/src/insdel.c b/src/insdel.c index 10c53e99f9..f515ed41fa 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -2183,6 +2183,8 @@ DEFUN ("combine-after-change-execute", Fcombine_after_change_execute, void syms_of_insdel (void) { +#include "insdel.x" + staticpro (&combine_after_change_list); staticpro (&combine_after_change_buffer); combine_after_change_list = Qnil; @@ -2200,6 +2202,4 @@ as well as hooks attached to text properties and overlays. */); DEFSYM (Qinhibit_modification_hooks, "inhibit-modification-hooks"); DEFSYM (Qregion_extract_function, "region-extract-function"); - - defsubr (&Scombine_after_change_execute); }