aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2013-07-20 12:20:33 -0700
committerGlenn Morris2013-07-20 12:20:33 -0700
commitf0398ec17f8a00d6c6d828c3d04522d94337d156 (patch)
tree478a4829ab66fd14da41090767b8f8a9d8d9122b /src
parent1451928fffb2065a90e3decd0b9ba34d74dcc22b (diff)
parent862f1c9c3a172cd704e286964705b06aaf68b7fa (diff)
downloademacs-f0398ec17f8a00d6c6d828c3d04522d94337d156.tar.gz
emacs-f0398ec17f8a00d6c6d828c3d04522d94337d156.zip
Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.at
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/image.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4c6bfaa2b1a..e6b594258dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-07-20 Glenn Morris <rgm@gnu.org>
2
3 * image.c (Fimage_flush): Fix doc typo.
4
12013-07-20 Paul Eggert <eggert@cs.ucla.edu> 52013-07-20 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Fix array bounds violation when pty allocation fails. 7 Fix array bounds violation when pty allocation fails.
diff --git a/src/image.c b/src/image.c
index 1e3944ac1a1..1f8cb520dca 100644
--- a/src/image.c
+++ b/src/image.c
@@ -1569,7 +1569,7 @@ which is then usually a filename. */)
1569 1569
1570DEFUN ("image-flush", Fimage_flush, Simage_flush, 1570DEFUN ("image-flush", Fimage_flush, Simage_flush,
1571 1, 2, 0, 1571 1, 2, 0,
1572 doc: /* Fush the image with specification SPEC on frame FRAME. 1572 doc: /* Flush the image with specification SPEC on frame FRAME.
1573This removes the image from the Emacs image cache. If SPEC specifies 1573This removes the image from the Emacs image cache. If SPEC specifies
1574an image file, the next redisplay of this image will read from the 1574an image file, the next redisplay of this image will read from the
1575current contents of that file. 1575current contents of that file.