Convert safe_call to use variable number of arguments.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 30 Jul 2012 06:43:46 +0000 (10:43 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 30 Jul 2012 06:43:46 +0000 (10:43 +0400)
commit6cd7a13902729007a4d1e14a299bad47c9808353
tree4c292449725756a65bca595d97a33740c3851094
parent227f5bd0b41ebec90ec61a2b8832c95cec20c5a9
Convert safe_call to use variable number of arguments.
* xdisp.c (safe_call): Convert to use varargs.  Adjust users.
(safe_call2): Fix comment.
* lisp.h (safe_call): Adjust prototype.
* coding.c (encode_coding_object): Change to use safe_call2.
* xfaces.c (merge_face_heights): Change to use safe_call1.
src/ChangeLog
src/coding.c
src/composite.c
src/keyboard.c
src/lisp.h
src/term.c
src/xdisp.c
src/xfaces.c