aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2013-01-19 04:17:20 -0800
committerPaul Eggert2013-01-19 04:17:20 -0800
commit3908c57608307b139dd65fc51731f92436d6bd55 (patch)
tree008de9c66c9e05cfd01d0cf86b760531849458b8 /src
parent2a43515aaa0d15eba867947340340f9e4fb5d116 (diff)
downloademacs-3908c57608307b139dd65fc51731f92436d6bd55.tar.gz
emacs-3908c57608307b139dd65fc51731f92436d6bd55.zip
* fileio.c (Fwrite_region): Sync diagnostic to previous change.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
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"