aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 3cd47fede36..bbb0edd792c 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1449,7 +1449,7 @@ state of the current buffer. Use with care. */)
1449 { 1449 {
1450 bool already = SAVE_MODIFF < MODIFF; 1450 bool already = SAVE_MODIFF < MODIFF;
1451 if (!already && !NILP (flag)) 1451 if (!already && !NILP (flag))
1452 lock_file (fn); 1452 Flock_file (fn);
1453 else if (already && NILP (flag)) 1453 else if (already && NILP (flag))
1454 Funlock_file (fn); 1454 Funlock_file (fn);
1455 } 1455 }