]> git.eshelyaron.com Git - emacs.git/commitdiff
* image.c (clear_image_cache): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Mar 2011 07:42:54 +0000 (23:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Mar 2011 07:42:54 +0000 (23:42 -0800)
2011-03-11  Paul Eggert  <eggert@cs.ucla.edu>

src/ChangeLog
src/image.c

index 3a6b09dfb1f3cd908f9210dadbe0c69db1a9954a..0b3d7069cc95fdf4f28107a49ea45167a0aeb801 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * image.c (clear_image_cache): Now static.
+
 2011-03-11  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix some minor problems found by GCC 4.5.2's static checks.
index c7820c3a7febd3db61805a982a6a5b44d2030875..31c8d5bcf6cf6ad0316e2ce403043f6c6abdbe2f 100644 (file)
@@ -1493,7 +1493,7 @@ free_image_cache (struct frame *f)
    If image-cache-eviction-delay is non-nil, this frees images in the cache
    which weren't displayed for at least that many seconds.  */
 
-void
+static void
 clear_image_cache (struct frame *f, Lisp_Object filter)
 {
   struct image_cache *c = FRAME_IMAGE_CACHE (f);