aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-19 01:47:40 +0000
committerJim Blandy1993-06-19 01:47:40 +0000
commitfc25d15df03a3ca3e265fc18a2bf58a27a6cb09e (patch)
treeca04b6d0a2b560e4bb377c18389223037682c1c2 /src/frame.c
parent733155db8ac90f31fdca1076a8c167be6d7f5837 (diff)
downloademacs-fc25d15df03a3ca3e265fc18a2bf58a27a6cb09e.tar.gz
emacs-fc25d15df03a3ca3e265fc18a2bf58a27a6cb09e.zip
* 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.
Diffstat (limited to 'src/frame.c')
-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.")
791} 791}
792 792
793DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible, 793DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
794 0, 1, 0, 794 0, 1, "",
795 "Make the frame FRAME visible (assuming it is an X-window).\n\ 795 "Make the frame FRAME visible (assuming it is an X-window).\n\
796Also raises the frame so that nothing obscures it.\n\ 796Also raises the frame so that nothing obscures it.\n\
797If omitted, FRAME defaults to the currently selected frame.") 797If omitted, FRAME defaults to the currently selected frame.")