aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorMartin Rudalics2007-10-12 08:49:20 +0000
committerMartin Rudalics2007-10-12 08:49:20 +0000
commit40aa4c27cb7cac7ef2ff7a88c504cc2ae42da194 (patch)
tree5eab8ea94a26997b3c468719af4a9516683b7488 /src/xfns.c
parent5839d7e85ca7596071d459595f194f45027535df (diff)
downloademacs-40aa4c27cb7cac7ef2ff7a88c504cc2ae42da194.tar.gz
emacs-40aa4c27cb7cac7ef2ff7a88c504cc2ae42da194.zip
(set-frame-configuration): Assign name parameter only
if it has been set explicitly before.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 80f21411890..13672736849 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1764,15 +1764,7 @@ x_implicitly_set_name (f, arg, oldval)
1764} 1764}
1765 1765
1766/* Change the title of frame F to NAME. 1766/* Change the title of frame F to NAME.
1767 If NAME is nil, use the frame name as the title. 1767 If NAME is nil, use the frame name as the title. */
1768
1769 If EXPLICIT is non-zero, that indicates that lisp code is setting the
1770 name; if NAME is a string, set F's name to NAME and set
1771 F->explicit_name; if NAME is Qnil, then clear F->explicit_name.
1772
1773 If EXPLICIT is zero, that indicates that Emacs redisplay code is
1774 suggesting a new name, which lisp code should override; if
1775 F->explicit_name is set, ignore the new name; otherwise, set it. */
1776 1768
1777void 1769void
1778x_set_title (f, name, old_name) 1770x_set_title (f, name, old_name)