bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#354: "Added (how many lines, bytes?!) to file.txt"


From: Paul Eggert
Subject: bug#354: "Added (how many lines, bytes?!) to file.txt"
Date: Sun, 2 Apr 2017 11:24:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 04/01/2017 08:55 PM, npostavs@users.sourceforge.net wrote:
+           (build_string ("%s %d characters of `%s'"),
+            build_string (NUMBERP (append) ? "Updated"
+                          : ! NILP (append) ? "Added"
+                          : "Wrote"),

This should use AUTO_STRING instead of build_string. Also, follow the old code and use just one string (a format) instead of two, as it's more important to use idiomatic English than to save a few bytes in the Emacs executable.






reply via email to

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