]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/image.c (image_size_error): Simplify.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 8 Oct 2015 20:54:04 +0000 (13:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 8 Oct 2015 20:54:33 +0000 (13:54 -0700)
src/image.c

index 617cf70eb171c028b6e5bf824f7e4241f8f6264a..4d1d2014258b6054852eebefcb39aa63a8a5eec4 100644 (file)
@@ -647,8 +647,7 @@ image_error (const char *format, ...)
 static void
 image_size_error (void)
 {
-  AUTO_STRING (max_image_size_name, "max-image-size");
-  image_error ("Invalid image size (see `%s')", max_image_size_name);
+  image_error ("Invalid image size (see `max-image-size')");
 }
 
 \f