* src/undo.c (run_undoable_change): Now static.

This commit is contained in:
Paul Eggert 2015-11-13 08:44:14 -08:00
parent 695a6f932b
commit 4f0ce9c8ef

View file

@ -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);