From 3908c57608307b139dd65fc51731f92436d6bd55 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 19 Jan 2013 04:17:20 -0800 Subject: [PATCH] * fileio.c (Fwrite_region): Sync diagnostic to previous change. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index ab37bf2bd8f..24f4fa8c443 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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" -- 2.39.5