changeset 52212:db86c36d5abf

(Fwrite_region): Fix conditional expression to issue the right message.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Aug 2003 00:24:34 +0000
parents a057bd074729
children d8341603541c
files src/fileio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Sun Aug 17 00:24:04 2003 +0000
+++ b/src/fileio.c	Sun Aug 17 00:24:34 2003 +0000
@@ -5223,7 +5223,7 @@
     return Qnil;
 
   if (!auto_saving)
-    message_with_string ((! INTEGERP (append)
+    message_with_string ((INTEGERP (append)
 			  ? "Updated %s"
 			  : ! NILP (append)
 			  ? "Added to %s"