From: Richard M. Stallman Date: Sun, 17 Aug 2003 00:24:34 +0000 (+0000) Subject: (Fwrite_region): Fix conditional expression to issue the right message. X-Git-Tag: ttn-vms-21-2-B4~9092 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a6f12e29a4c719f586fc9df92254d967d38f36e;p=emacs.git (Fwrite_region): Fix conditional expression to issue the right message. --- 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"