diff options
| author | Kenichi Handa | 2012-02-17 16:33:15 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-02-17 16:33:15 +0900 |
| commit | 48dd1e399f41aa349e8651d049cb4a707ffd0bb0 (patch) | |
| tree | 54a1d0b537b697ca2cb0bb420d125eafbbbb534c /src/image.c | |
| parent | c406be4337317c4ff4e60dc74a10921bd1102cac (diff) | |
| parent | bcc657043df41514ec80c3e172c6872b88221005 (diff) | |
| download | emacs-48dd1e399f41aa349e8651d049cb4a707ffd0bb0.tar.gz emacs-48dd1e399f41aa349e8651d049cb4a707ffd0bb0.zip | |
merge trunk
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index b2951dd70fb..73490fe2865 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -976,7 +976,7 @@ or omitted means use the selected frame. */) | |||
| 976 | 976 | ||
| 977 | static void free_image (struct frame *f, struct image *img); | 977 | static void free_image (struct frame *f, struct image *img); |
| 978 | 978 | ||
| 979 | #define MAX_IMAGE_SIZE 6.0 | 979 | #define MAX_IMAGE_SIZE 10.0 |
| 980 | /* Allocate and return a new image structure for image specification | 980 | /* Allocate and return a new image structure for image specification |
| 981 | SPEC. SPEC has a hash value of HASH. */ | 981 | SPEC. SPEC has a hash value of HASH. */ |
| 982 | 982 | ||