aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c
index 80aff50d18a..142960545a7 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -500,7 +500,7 @@ Return what remains of the list. */)
500 { 500 {
501 /* Element (t high . low) records previous modtime. */ 501 /* Element (t high . low) records previous modtime. */
502 Lisp_Object high, low; 502 Lisp_Object high, low;
503 int mod_time; 503 time_t mod_time;
504 struct buffer *base_buffer = current_buffer; 504 struct buffer *base_buffer = current_buffer;
505 505
506 high = Fcar (cdr); 506 high = Fcar (cdr);