]> git.eshelyaron.com Git - emacs.git/commit
Allow 'icon-title-format' to have the value t
authorEli Zaretskii <eliz@gnu.org>
Fri, 17 Feb 2023 07:40:32 +0000 (09:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 17 Feb 2023 07:40:32 +0000 (09:40 +0200)
commitb44a7ff85dc8074735c5a8baa1fdea9d47c35ffa
tree73900aebcb7b702de00be124fd4585b87eff3945
parentf1f571e72ae10285762d3a941e56f7c4048272af
Allow 'icon-title-format' to have the value t

* src/xdisp.c (gui_consider_frame_title, syms_of_xdisp): If the
value of 'icon-title-format' is t, use 'frame-title-format'
instead.  (Bug#61496)

* etc/NEWS:
* doc/lispref/frames.texi (Frame Titles): Document the new
handling of the value t.
(Basic Parameters): Fix the documentation of the 'title' and
'name' frame parameters.
doc/lispref/frames.texi
etc/NEWS
src/xdisp.c