diff options
| author | Paul Eggert | 2011-03-10 23:42:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-10 23:42:54 -0800 |
| commit | ce0ad53d442b9e87050d276e4efbcd733c51a9d8 (patch) | |
| tree | 2b56f10941a47c9eab941cd0d4248a28cc11b130 /src | |
| parent | 1714f52b9d0e0bbb01a177d6f1383c5cb665ccdb (diff) | |
| download | emacs-ce0ad53d442b9e87050d276e4efbcd733c51a9d8.tar.gz emacs-ce0ad53d442b9e87050d276e4efbcd733c51a9d8.zip | |
* image.c (clear_image_cache): Now static.
2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/image.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3a6b09dfb1f..0b3d7069cc9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * image.c (clear_image_cache): Now static. | ||
| 4 | |||
| 5 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 3 | Fix some minor problems found by GCC 4.5.2's static checks. | 7 | Fix some minor problems found by GCC 4.5.2's static checks. |
| 4 | 8 | ||
| 5 | * fringe.c (update_window_fringes): Mark locals as initialized | 9 | * fringe.c (update_window_fringes): Mark locals as initialized |
diff --git a/src/image.c b/src/image.c index c7820c3a7fe..31c8d5bcf6c 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -1493,7 +1493,7 @@ free_image_cache (struct frame *f) | |||
| 1493 | If image-cache-eviction-delay is non-nil, this frees images in the cache | 1493 | If image-cache-eviction-delay is non-nil, this frees images in the cache |
| 1494 | which weren't displayed for at least that many seconds. */ | 1494 | which weren't displayed for at least that many seconds. */ |
| 1495 | 1495 | ||
| 1496 | void | 1496 | static void |
| 1497 | clear_image_cache (struct frame *f, Lisp_Object filter) | 1497 | clear_image_cache (struct frame *f, Lisp_Object filter) |
| 1498 | { | 1498 | { |
| 1499 | struct image_cache *c = FRAME_IMAGE_CACHE (f); | 1499 | struct image_cache *c = FRAME_IMAGE_CACHE (f); |