]> code.delx.au - gnu-emacs/commitdiff
(Fwrite_region): Fix conditional expression to issue the right message.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Aug 2003 00:24:34 +0000 (00:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Aug 2003 00:24:34 +0000 (00:24 +0000)
src/fileio.c

index a44552010c747fe872773a2b27725031b8a25421..48510cd6ed5c93f176cfb2644def97560d2c3341 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"