# HG changeset patch # User Richard M. Stallman # Date 1061079874 0 # Node ID db86c36d5abfda612f421518c4676bf48f02ca1a # Parent a057bd074729d68fba28ce9cb1160efdbf75c44b (Fwrite_region): Fix conditional expression to issue the right message. diff -r a057bd074729 -r db86c36d5abf src/fileio.c --- 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"