Variable: combine-after-change-calls

combine-after-change-calls is a variable defined in insdel.c.

Value

nil

Documentation

Used internally by the function combine-after-change-calls(var)/combine-after-change-calls(fun) macro.

Probably introduced at or before Emacs version 20.1.

Source Code

// Defined in /usr/src/emacs/src/insdel.c
  DEFVAR_LISP ("combine-after-change-calls", Vcombine_after_change_calls,
	       doc: /* Used internally by the function `combine-after-change-calls' macro.  */);