From 97226341ec9e5887a0222499525a30453c066905 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 13 Nov 2015 08:44:14 -0800 Subject: * src/undo.c (run_undoable_change): Now static. Backport. --- src/undo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/undo.c b/src/undo.c index 0a5da853dc..214beaeb9e 100644 --- a/src/undo.c +++ b/src/undo.c @@ -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); -- cgit v1.2.3