From fc25d15df03a3ca3e265fc18a2bf58a27a6cb09e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 19 Jun 1993 01:47:40 +0000 Subject: [PATCH] * 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. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index 9a865c379d..78e24ead00 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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.") -- 2.20.1