aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index af280f13537..580dae02d5e 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -745,7 +745,7 @@ to that frame. */)
745 745
746DEFUN ("ignore-event", Fignore_event, Signore_event, 0, 0, "", 746DEFUN ("ignore-event", Fignore_event, Signore_event, 0, 0, "",
747 doc: /* Do nothing, but preserve any prefix argument already specified. 747 doc: /* Do nothing, but preserve any prefix argument already specified.
748This is a suitable binding for iconify-frame and make-frame-visible. */) 748This is a suitable binding for `iconify-frame' and `make-frame-visible'. */)
749 () 749 ()
750{ 750{
751 current_kboard->Vprefix_arg = Vcurrent_prefix_arg; 751 current_kboard->Vprefix_arg = Vcurrent_prefix_arg;