summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 74f184b838e..2527f268aae 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1114,6 +1114,7 @@ Also accepts Space to mean yes, or Delete to mean no.")
if (ans == 7 || ans == '\035')
Vquit_flag = Qt;
QUIT;
+ Vquit_flag = Qnil;
if (ans >= 0)
ans = DOWNCASE (ans);
if (ans == 'y' || ans == ' ')