aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/undo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/undo.c b/src/undo.c
index edb07147a0a..f378ce8aae7 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -43,6 +43,7 @@ Lisp_Object pending_boundary;
43 43
44static void 44static void
45record_point (pt) 45record_point (pt)
46 int pt;
46{ 47{
47 int at_boundary; 48 int at_boundary;
48 49