aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 21dd3cf6671..75c0dfbf8a5 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1150,6 +1150,9 @@ Also accepts Space to mean yes, or Delete to mean no.")
1150 } 1150 }
1151 } 1151 }
1152 UNGCPRO; 1152 UNGCPRO;
1153
1154 message ("%s(y or n) %c", XSTRING (xprompt)->data, answer ? 'y' : 'n');
1155
1153 return answer ? Qt : Qnil; 1156 return answer ? Qt : Qnil;
1154} 1157}
1155 1158