Mercurial > emacs
changeset 112362:f8d0e2476a39
* image.c (Vimagemagick_render_type): Remove redundant
definition.
author | Tom Tromey <tromey@redhat.com> |
---|---|
date | Tue, 18 Jan 2011 10:55:46 -0700 |
parents | 116a3428737d |
children | 6a0c66185ba1 |
files | src/ChangeLog src/image.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 18 10:34:08 2011 -0700 +++ b/src/ChangeLog Tue Jan 18 10:55:46 2011 -0700 @@ -1,3 +1,8 @@ +2011-01-18 Tom Tromey <tromey@redhat.com> + + * image.c (Vimagemagick_render_type): Remove redundant + definition. + 2011-01-18 Tom Tromey <tromey@redhat.com> * xdisp.c (emacs_scroll_step): Rename from scroll_step.
--- a/src/image.c Tue Jan 18 10:34:08 2011 -0700 +++ b/src/image.c Tue Jan 18 10:55:46 2011 -0700 @@ -7380,7 +7380,6 @@ imagemagick ***********************************************************************/ #if defined (HAVE_IMAGEMAGICK) -Lisp_Object Vimagemagick_render_type; /* The symbol `imagemagick' identifying images of this type. */