From 2a6f12e29a4c719f586fc9df92254d967d38f36e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Aug 2003 00:24:34 +0000 Subject: [PATCH] (Fwrite_region): Fix conditional expression to issue the right message. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index a44552010c7..48510cd6ed5 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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" -- 2.39.2