aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-11-13 08:44:14 -0800
committerPaul Eggert2015-11-13 08:44:34 -0800
commit4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0 (patch)
treeddc4eb02a157a84251bf198cbb7d1c696a860582
parent695a6f932b208c6e840bda9ddb5f01e81e830c45 (diff)
downloademacs-4f0ce9c8ef2c5ec1b9cf5bd1af9f54aa6fc335d0.tar.gz
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;
34 an undo-boundary. */ 34 an undo-boundary. */
35static Lisp_Object pending_boundary; 35static Lisp_Object pending_boundary;
36 36
37void 37static void
38run_undoable_change (void) 38run_undoable_change (void)
39{ 39{
40 call0 (Qundo_auto__undoable_change); 40 call0 (Qundo_auto__undoable_change);