aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-01-23 09:27:37 -0800
committerPaul Eggert2014-01-23 09:27:37 -0800
commited44be700c5acf5ca2ffcf059c1e3a1640e33a5f (patch)
tree0f54775e6af0748f4d3769a5dde2354bff491e65 /src/ChangeLog
parentd4f0427be7fc035f0c3c0d63bb4707277fdc347e (diff)
downloademacs-ed44be700c5acf5ca2ffcf059c1e3a1640e33a5f.tar.gz
emacs-ed44be700c5acf5ca2ffcf059c1e3a1640e33a5f.zip
Minor cleanup of previous change.
* image.c (imagemagick_error, Fimagemagick_types): Omit some recently-introduced and unnecessary casts and assignments.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5d01b8e9f18..d0d72dd6016 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-01-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 Minor cleanup of previous change.
4 * image.c (imagemagick_error, Fimagemagick_types):
5 Omit some recently-introduced and unnecessary casts and assignments.
6
12014-01-23 Dmitry Antipov <dmantipov@yandex.ru> 72014-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 Fix two memory leaks discovered with Valgrind. 9 Fix two memory leaks discovered with Valgrind.