summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 75c0dfbf8a5..27927d73abe 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1131,6 +1131,12 @@ Also accepts Space to mean yes, or Delete to mean no.")
answer = 1;
break;
}
+ else if (EQ (def, intern ("recenter")))
+ {
+ Frecenter (Qnil);
+ xprompt = prompt;
+ continue;
+ }
else if (EQ (def, intern ("quit")))
Vquit_flag = Qt;