aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 5a1c7ae10e5..39789e55ff5 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5714,7 +5714,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */)
5714 spare the user annoying messages. */ 5714 spare the user annoying messages. */
5715 && XFASTINT (BVAR (b, save_length)) > 5000 5715 && XFASTINT (BVAR (b, save_length)) > 5000
5716 /* These messages are frequent and annoying for `*mail*'. */ 5716 /* These messages are frequent and annoying for `*mail*'. */
5717 && !EQ (BVAR (b, filename), Qnil) 5717 && !NILP (BVAR (b, filename))
5718 && NILP (no_message)) 5718 && NILP (no_message))
5719 { 5719 {
5720 /* It has shrunk too much; turn off auto-saving here. */ 5720 /* It has shrunk too much; turn off auto-saving here. */