diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2798,7 +2798,7 @@ is nil, and `use-dialog-box' is non-nil. */) | |||
| 2798 | { | 2798 | { |
| 2799 | ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, | 2799 | ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, |
| 2800 | Qyes_or_no_p_history, Qnil, | 2800 | Qyes_or_no_p_history, Qnil, |
| 2801 | Qnil, Qnil)); | 2801 | Qnil)); |
| 2802 | if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) | 2802 | if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) |
| 2803 | { | 2803 | { |
| 2804 | UNGCPRO; | 2804 | UNGCPRO; |