mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
* frame.c (Fmake_frame_visible): Make this interactively callable;
frames can accept input while iconified, so it makes sense to put this on a key.
This commit is contained in:
parent
733155db8a
commit
fc25d15df0
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ WARNING: If you use this under X, you should do `unfocus-frame' afterwards.")
|
|||
}
|
||||
|
||||
DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
|
||||
0, 1, 0,
|
||||
0, 1, "",
|
||||
"Make the frame FRAME visible (assuming it is an X-window).\n\
|
||||
Also raises the frame so that nothing obscures it.\n\
|
||||
If omitted, FRAME defaults to the currently selected frame.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue