Mercurial > emacs
diff src/image.c @ 83716:a73440d2f146 merge-multi-tty-to-trunk
Merge multi-tty branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 29 Aug 2007 05:28:10 +0000 |
parents | 27d11c1d4e46 |
children | 14a686983252 |
line wrap: on
line diff
--- a/src/image.c Wed Aug 29 01:14:48 2007 +0000 +++ b/src/image.c Wed Aug 29 05:28:10 2007 +0000 @@ -1905,6 +1905,7 @@ struct frame *f; Lisp_Object spec; { + struct image_cache *c; struct image *img; unsigned hash; struct gcpro gcpro1; @@ -1915,6 +1916,8 @@ xassert (FRAME_WINDOW_P (f)); xassert (valid_image_p (spec)); + c = FRAME_X_IMAGE_CACHE (f); + GCPRO1 (spec); /* Look up SPEC in the hash table of the image cache. */