emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a00634c: * src/image.c (image_size_error): Simplify


From: Paul Eggert
Subject: [Emacs-diffs] master a00634c: * src/image.c (image_size_error): Simplify.
Date: Thu, 08 Oct 2015 20:54:37 +0000

branch: master
commit a00634c20988215a47ec6c00cea85a2eac162597
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/image.c (image_size_error): Simplify.
---
 src/image.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/image.c b/src/image.c
index 617cf70..4d1d201 100644
--- a/src/image.c
+++ b/src/image.c
@@ -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')");
 }
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]