Mercurial > emacs
changeset 3834:1b2144b795aa
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 19 Jun 1993 01:47:40 +0000 |
parents | 70551a213fae |
children | e3a00a940cf4 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Sat Jun 19 01:44:52 1993 +0000 +++ b/src/frame.c Sat Jun 19 01:47:40 1993 +0000 @@ -791,7 +791,7 @@ } 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.")