# HG changeset patch # User Jim Blandy # Date 716388405 0 # Node ID 059624bf9bf04e5d3f43b537c33957b971b87263 # Parent 453c24f2bdaabce008fb930e66c6422a7454a38d Declare x_implicitly_set_name to be void. diff -r 453c24f2bdaa -r 059624bf9bf0 src/xfns.c --- a/src/xfns.c Sun Sep 13 12:45:33 1992 +0000 +++ b/src/xfns.c Sun Sep 13 12:46:45 1992 +0000 @@ -1260,6 +1260,7 @@ /* This function should be called by Emacs redisplay code to set the name; names set this way will never override names set by the user's lisp code. */ +void x_implicitly_set_name (f, arg, oldval) FRAME_PTR f; Lisp_Object arg, oldval;