]> git.eshelyaron.com Git - emacs.git/commitdiff
* fileio.c (Fwrite_region): Sync diagnostic to previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Jan 2013 12:17:20 +0000 (04:17 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Jan 2013 12:17:20 +0000 (04:17 -0800)
src/fileio.c

index ab37bf2bd8f5c9061f04e3e32cfb1dadddc260e2..24f4fa8c4430b214ae3317bce72f7035c36451da 100644 (file)
@@ -5065,7 +5065,7 @@ This calls `write-region-annotate-functions' at the start, and
     }
 
   if (!auto_saving)
-    message_with_string ((INTEGERP (append)
+    message_with_string ((NUMBERP (append)
                          ? "Updated %s"
                          : ! NILP (append)
                          ? "Added to %s"