diff options
| author | Joakim Verona | 2012-02-15 20:11:06 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-02-15 20:11:06 +0100 |
| commit | 61a7b858618b498f85b98d8ba312a34e2315dcea (patch) | |
| tree | bea05440a546e6f07cdaaba644397d7f0e04f099 /src/image.c | |
| parent | 02db17e53bf46c91b2cb8ee33b43d8ae252a1681 (diff) | |
| parent | 60236b0dca0416202da5c3e39564b85b2ae3c9fa (diff) | |
| download | emacs-61a7b858618b498f85b98d8ba312a34e2315dcea.tar.gz emacs-61a7b858618b498f85b98d8ba312a34e2315dcea.zip | |
upstream
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 | ||