]> code.delx.au - gnu-emacs/commit
Prefer CALLN in a few more places
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Sep 2015 21:43:26 +0000 (14:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Sep 2015 21:44:35 +0000 (14:44 -0700)
commit791355fd403eb1b9a73221e6ea586539ebdcb5e5
tree346b95ae78dd151e784d196c57bf577e00ecce7a
parent20ff1b5cd96a548376fd7f70fa1da5c0060849cd
Prefer CALLN in a few more places

* src/macfont.m (macfont_set_family_cache):
* src/nsterm.m (append2):
* src/xterm.c (x_cr_export_frames):
Prefer CALLN to allocating the arg arrays by hand.
src/macfont.m
src/nsterm.m
src/xterm.c