summaryrefslogtreecommitdiffstats
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 f7ff01ff97..cba84c629a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2103,7 +2103,7 @@ buflist_new(
if (emsg_silent == 0)
{
out_flush();
- ui_delay(3000L, TRUE); /* make sure it is noticed */
+ ui_delay(3001L, TRUE); // make sure it is noticed
}
top_file_num = 1;
}