diff options
| author | Paul Eggert | 2013-01-19 04:17:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-19 04:17:20 -0800 |
| commit | 3908c57608307b139dd65fc51731f92436d6bd55 (patch) | |
| tree | 008de9c66c9e05cfd01d0cf86b760531849458b8 /src | |
| parent | 2a43515aaa0d15eba867947340340f9e4fb5d116 (diff) | |
| download | emacs-3908c57608307b139dd65fc51731f92436d6bd55.tar.gz emacs-3908c57608307b139dd65fc51731f92436d6bd55.zip | |
* fileio.c (Fwrite_region): Sync diagnostic to previous change.
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 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 | |||
| 5065 | } | 5065 | } |
| 5066 | 5066 | ||
| 5067 | if (!auto_saving) | 5067 | if (!auto_saving) |
| 5068 | message_with_string ((INTEGERP (append) | 5068 | message_with_string ((NUMBERP (append) |
| 5069 | ? "Updated %s" | 5069 | ? "Updated %s" |
| 5070 | : ! NILP (append) | 5070 | : ! NILP (append) |
| 5071 | ? "Added to %s" | 5071 | ? "Added to %s" |