]> git.eshelyaron.com Git - emacs.git/commit
Make add_to_log varargs
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Aug 2015 20:48:28 +0000 (13:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Aug 2015 20:48:58 +0000 (13:48 -0700)
commitfbee6265a72a4129d2efbf15a622b13e8b4aae9f
tree0c1e1e9724c323def043965a236bc021225a9cbd
parentb532875a6021cd1715321dda932b187522840944
Make add_to_log varargs

* src/alloc.c (run_finalizer_handler):
* src/charset.c (load_charset_map_from_vector):
* src/nsimage.m (ns_load_image):
* src/xfaces.c (load_pixmap, load_color2):
Simplify, now that add_to_log has a variable number of args.
* src/image.c (image_error): Take a variable number of args.
Callers simplified.
* src/lisp.h (add_to_log, vadd_to_log): Adjust to new APIs.
* src/xdisp.c (format_nargs, vadd_to_log): New functions.
(add_to_log): Make varargs, and reimplement in terms of vadd_to_log.
* src/xfaces.c (merge_face_ref): Fix typo that omitted color name.
src/alloc.c
src/charset.c
src/image.c
src/lisp.h
src/nsimage.m
src/xdisp.c
src/xfaces.c