# HG changeset patch # User Martin Rudalics # Date 1192178885 0 # Node ID dcfd2d0c6c4764b717ae26773c8aa9bda67ae581 # Parent bf2b26af972d1783d7266ff8233d61bf0081ed46 *** empty log message *** diff -r bf2b26af972d -r dcfd2d0c6c47 src/w32fns.c --- a/src/w32fns.c Fri Oct 12 08:45:26 2007 +0000 +++ b/src/w32fns.c Fri Oct 12 08:48:05 2007 +0000 @@ -1937,15 +1937,7 @@ } /* Change the title of frame F to NAME. - If NAME is nil, use the frame name as the title. - - If EXPLICIT is non-zero, that indicates that lisp code is setting the - name; if NAME is a string, set F's name to NAME and set - F->explicit_name; if NAME is Qnil, then clear F->explicit_name. - - If EXPLICIT is zero, that indicates that Emacs redisplay code is - suggesting a new name, which lisp code should override; if - F->explicit_name is set, ignore the new name; otherwise, set it. */ + If NAME is nil, use the frame name as the title. */ void x_set_title (f, name, old_name)