diff options
Diffstat (limited to 'src/fileio.c')
| -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 6c8db062be8..a63ac6dd748 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -6055,8 +6055,8 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */) | |||
| 6055 | restore_message (); | 6055 | restore_message (); |
| 6056 | } | 6056 | } |
| 6057 | else if (!auto_save_error_occurred) | 6057 | else if (!auto_save_error_occurred) |
| 6058 | /* Don't overwrite the error message if an error occurred. */ | 6058 | /* Don't overwrite the error message if an error occurred. |
| 6059 | /* If we displayed a message and then restored a state | 6059 | If we displayed a message and then restored a state |
| 6060 | with no message, leave a "done" message on the screen. */ | 6060 | with no message, leave a "done" message on the screen. */ |
| 6061 | message1 ("Auto-saving...done"); | 6061 | message1 ("Auto-saving...done"); |
| 6062 | } | 6062 | } |