aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 9ed46109951..a44552010c7 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"
@@ -6591,6 +6591,3 @@ a non-nil value. */);
6591 defsubr (&Sunix_sync); 6591 defsubr (&Sunix_sync);
6592#endif 6592#endif
6593} 6593}
6594
6595/* arch-tag: 64ba3fd7-f844-4fb2-ba4b-427eb928786c
6596 (do not change this comment) */