summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-19 01:47:40 +0000
committerJim Blandy <jimb@redhat.com>1993-06-19 01:47:40 +0000
commitfc25d15df03a3ca3e265fc18a2bf58a27a6cb09e (patch)
treeca04b6d0a2b560e4bb377c18389223037682c1c2
parent733155db8ac90f31fdca1076a8c167be6d7f5837 (diff)
downloademacs-fc25d15df03a3ca3e265fc18a2bf58a27a6cb09e.tar.gz
* 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.
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 9a865c379d6..78e24ead006 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.")