diff options
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 61e10dac47f..ed1d2aedf37 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -5852,7 +5852,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */) | |||
| 5852 | spare the user annoying messages. */ | 5852 | spare the user annoying messages. */ |
| 5853 | && XFIXNUM (BVAR (b, save_length)) > 5000 | 5853 | && XFIXNUM (BVAR (b, save_length)) > 5000 |
| 5854 | && (growth_factor * (BUF_Z (b) - BUF_BEG (b)) | 5854 | && (growth_factor * (BUF_Z (b) - BUF_BEG (b)) |
| 5855 | < (growth_factor - 1) * XFIXNAT (BVAR (b, save_length))) | 5855 | < (growth_factor - 1) * XFIXNUM (BVAR (b, save_length))) |
| 5856 | /* These messages are frequent and annoying for `*mail*'. */ | 5856 | /* These messages are frequent and annoying for `*mail*'. */ |
| 5857 | && !NILP (BVAR (b, filename)) | 5857 | && !NILP (BVAR (b, filename)) |
| 5858 | && NILP (no_message)) | 5858 | && NILP (no_message)) |