]> git.eshelyaron.com Git - emacs.git/commit
Simplify make_formatted_string API
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2025 06:15:48 +0000 (22:15 -0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:06:21 +0000 (19:06 +0100)
commit9083b79a4d4b3ecc48e03cb00fcc79ef74ffe878
treee95fd1a62b328c9efcfe68093c46d326536303b2
parentd789ad9dbe9fba13cb74b6bbb0b571d57b3f4f3e
Simplify make_formatted_string API

From a suggestion by Pip Cet.
* src/alloc.c (make_formatted_string): Omit first argument,
to simplify the calling convention.  All callers changed.
* src/doprnt.c (doprnt): Also support %u.  Update doc.

(cherry picked from commit f885806fdf1aa862ad55d124e9795794fed0b964)
src/alloc.c
src/dbusbind.c
src/doprnt.c
src/frame.c
src/image.c
src/lisp.h
src/msdos.c
src/xsettings.c