diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3433,7 +3433,7 @@ is nil, and `use-dialog-box' is non-nil. */) | |||
| 3433 | { | 3433 | { |
| 3434 | ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, | 3434 | ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, |
| 3435 | Qyes_or_no_p_history, Qnil, | 3435 | Qyes_or_no_p_history, Qnil, |
| 3436 | Qnil, Qnil)); | 3436 | Qnil)); |
| 3437 | if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) | 3437 | if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) |
| 3438 | { | 3438 | { |
| 3439 | UNGCPRO; | 3439 | UNGCPRO; |