* src/undo.c (run_undoable_change): Now static.
This commit is contained in:
parent
695a6f932b
commit
4f0ce9c8ef
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static ptrdiff_t last_boundary_position;
|
|||
an undo-boundary. */
|
||||
static Lisp_Object pending_boundary;
|
||||
|
||||
void
|
||||
static void
|
||||
run_undoable_change (void)
|
||||
{
|
||||
call0 (Qundo_auto__undoable_change);
|
||||
|
|
Loading…
Add table
Reference in a new issue