* frame.c (Fmake_frame_visible): Make this interactively callable;
authorJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 01:47:40 +0000 (01:47 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 01:47:40 +0000 (01:47 +0000)
frames can accept input while iconified, so it makes sense to put
this on a key.

src/frame.c

index 9a865c3..78e24ea 100644 (file)
@@ -791,7 +791,7 @@ WARNING:  If you use this under X, you should do `unfocus-frame' afterwards.")
 }
 \f
 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.")