From: Paul Eggert Date: Fri, 13 Nov 2015 16:44:14 +0000 (-0800) Subject: * src/undo.c (run_undoable_change): Now static. X-Git-Tag: emacs-25.0.90~804^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0;p=emacs.git * src/undo.c (run_undoable_change): Now static. --- diff --git a/src/undo.c b/src/undo.c index 0a5da853dc0..214beaeb9ea 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);