(decode_mode_spec, case 'F'): Use `title' field.
This commit is contained in:
parent
628b603552
commit
22dabbb24d
1 changed files with 2 additions and 0 deletions
|
@ -3665,6 +3665,8 @@ decode_mode_spec (w, c, spec_width, maxwidth)
|
|||
case 'F':
|
||||
/* %F displays the frame name. */
|
||||
#ifdef MULTI_FRAME
|
||||
if (!NILP (selected_frame->title))
|
||||
return (char *) XSTRING (selected_frame->title)->data;
|
||||
return (char *) XSTRING (selected_frame->name)->data;
|
||||
#else
|
||||
return "Emacs";
|
||||
|
|
Loading…
Add table
Reference in a new issue