Mercurial > emacs
diff src/macfns.c @ 79053:bf2b26af972d
*** empty log message ***
| author | Martin Rudalics <rudalics@gmx.at> |
|---|---|
| date | Fri, 12 Oct 2007 08:45:26 +0000 |
| parents | 922696f363b0 |
| children | b264e9730021 591c29778a30 |
line wrap: on
line diff
--- a/src/macfns.c Fri Oct 12 08:43:06 2007 +0000 +++ b/src/macfns.c Fri Oct 12 08:45:26 2007 +0000 @@ -1855,15 +1855,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)
