diff options
| author | Richard M. Stallman | 2003-08-17 00:24:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-08-17 00:24:34 +0000 |
| commit | 2a6f12e29a4c719f586fc9df92254d967d38f36e (patch) | |
| tree | 80c59050c94e537fffdbd174250bc886024cc431 /src | |
| parent | c24e982c71e22b0805eac98f5ecb72bed9d8f9e2 (diff) | |
| download | emacs-2a6f12e29a4c719f586fc9df92254d967d38f36e.tar.gz emacs-2a6f12e29a4c719f586fc9df92254d967d38f36e.zip | |
(Fwrite_region): Fix conditional expression to issue the right message.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 5223 | return Qnil; | 5223 | return Qnil; |
| 5224 | 5224 | ||
| 5225 | if (!auto_saving) | 5225 | if (!auto_saving) |
| 5226 | message_with_string ((! INTEGERP (append) | 5226 | message_with_string ((INTEGERP (append) |
| 5227 | ? "Updated %s" | 5227 | ? "Updated %s" |
| 5228 | : ! NILP (append) | 5228 | : ! NILP (append) |
| 5229 | ? "Added to %s" | 5229 | ? "Added to %s" |