diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/undo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/undo.c b/src/undo.c index 009ebc0f959..0a5da853dc0 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -35,7 +35,7 @@ static ptrdiff_t last_boundary_position; | |||
| 35 | static Lisp_Object pending_boundary; | 35 | static Lisp_Object pending_boundary; |
| 36 | 36 | ||
| 37 | void | 37 | void |
| 38 | run_undoable_change () | 38 | run_undoable_change (void) |
| 39 | { | 39 | { |
| 40 | call0 (Qundo_auto__undoable_change); | 40 | call0 (Qundo_auto__undoable_change); |
| 41 | } | 41 | } |
| @@ -235,7 +235,6 @@ record_property_change (ptrdiff_t beg, ptrdiff_t length, | |||
| 235 | { | 235 | { |
| 236 | Lisp_Object lbeg, lend, entry; | 236 | Lisp_Object lbeg, lend, entry; |
| 237 | struct buffer *obuf = current_buffer, *buf = XBUFFER (buffer); | 237 | struct buffer *obuf = current_buffer, *buf = XBUFFER (buffer); |
| 238 | bool boundary = false; | ||
| 239 | 238 | ||
| 240 | if (EQ (BVAR (buf, undo_list), Qt)) | 239 | if (EQ (BVAR (buf, undo_list), Qt)) |
| 241 | return; | 240 | return; |