]> code.delx.au - gnu-emacs/commit
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Sep 2014 17:03:48 +0000 (10:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Sep 2014 17:03:48 +0000 (10:03 -0700)
commit97914756e8de76b8e83550eab2e12e5dfcb87754
tree81c4f9d262e1cce19a6294658231bf854a4d8029
parentccc7be94d73afce4295b6ee7eaa388d1cd930926
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.

All callers changed.
* xterm.c (x_term_init): Use new functionality to avoid two needs
to compute a string length.
14 files changed:
src/ChangeLog
src/callproc.c
src/dbusbind.c
src/doc.c
src/font.c
src/frame.c
src/lisp.h
src/process.c
src/w32fns.c
src/w32proc.c
src/xfns.c
src/xfont.c
src/xsmfns.c
src/xterm.c