summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-11-13 08:44:14 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-11-13 08:44:34 -0800
commit4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0 (patch)
treeddc4eb02a157a84251bf198cbb7d1c696a860582
parent695a6f932b208c6e840bda9ddb5f01e81e830c45 (diff)
downloademacs-4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0.tar.gz
emacs-4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0.tar.bz2
emacs-4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0.zip
* src/undo.c (run_undoable_change): Now static.
-rw-r--r--src/undo.c2
1 files changed, 1 insertions, 1 deletions
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);