]> code.delx.au - gnu-emacs/blobdiff - src/fileio.c
(tty_setup_colors): Treat any negative argument as -1.
[gnu-emacs] / src / fileio.c
index a44552010c747fe872773a2b27725031b8a25421..9ed461099511b03368b9099f47abd17895451dfc 100644 (file)
@@ -5223,7 +5223,7 @@ This does code conversion according to the value of
     return Qnil;
 
   if (!auto_saving)
-    message_with_string ((INTEGERP (append)
+    message_with_string ((INTEGERP (append)
                          ? "Updated %s"
                          : ! NILP (append)
                          ? "Added to %s"
@@ -6591,3 +6591,6 @@ a non-nil value.  */);
   defsubr (&Sunix_sync);
 #endif
 }
+
+/* arch-tag: 64ba3fd7-f844-4fb2-ba4b-427eb928786c
+   (do not change this comment) */