diff options
Diffstat (limited to 'src')
| -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 a44552010c7..48510cd6ed5 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -5223,7 +5223,7 @@ This does code conversion according to the value of | |||
| 5223 | return Qnil; | 5223 | return Qnil; |
| 5224 | 5224 | ||
| 5225 | if (!auto_saving) | 5225 | if (!auto_saving) |
| 5226 | message_with_string ((! INTEGERP (append) | 5226 | message_with_string ((INTEGERP (append) |
| 5227 | ? "Updated %s" | 5227 | ? "Updated %s" |
| 5228 | : ! NILP (append) | 5228 | : ! NILP (append) |
| 5229 | ? "Added to %s" | 5229 | ? "Added to %s" |