aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/undo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/undo.c b/src/undo.c
index 53dc6ae2c54..eed355e5b10 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -294,9 +294,9 @@ Return what remains of the list.")
294 then don't mark unmodified. */ 294 then don't mark unmodified. */
295 if (mod_time != current_buffer->modtime) 295 if (mod_time != current_buffer->modtime)
296 break; 296 break;
297 #ifdef CLASH_DETECTION 297#ifdef CLASH_DETECTION
298 Funlock_buffer (); 298 Funlock_buffer ();
299 #endif /* CLASH_DETECTION */ 299#endif /* CLASH_DETECTION */
300 Fset_buffer_modified_p (Qnil); 300 Fset_buffer_modified_p (Qnil);
301 } 301 }
302 else if (XTYPE (car) == Lisp_Int && XTYPE (cdr) == Lisp_Int) 302 else if (XTYPE (car) == Lisp_Int && XTYPE (cdr) == Lisp_Int)