diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index 6e3c8fdd330..01de4f3725e 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -2814,8 +2814,8 @@ Non-nil second argument means save only current buffer.") | |||
| 2814 | } | 2814 | } |
| 2815 | } | 2815 | } |
| 2816 | 2816 | ||
| 2817 | if (auto_saved) | 2817 | /* Prevent another auto save till enough input events come in. */ |
| 2818 | record_auto_save (); | 2818 | record_auto_save (); |
| 2819 | 2819 | ||
| 2820 | if (auto_saved && NILP (nomsg)) | 2820 | if (auto_saved && NILP (nomsg)) |
| 2821 | message1 (omessage ? omessage : "Auto-saving...done"); | 2821 | message1 (omessage ? omessage : "Auto-saving...done"); |