Mercurial > emacs
comparison src/fns.c @ 70939:10be917a42fa
(Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 25 May 2006 23:15:57 +0000 |
parents | 0a13b0324d7a |
children | 1b88c4bbacbc 46b1096093f5 a8190f7e546e |
comparison
equal
deleted
inserted
replaced
70938:eb752cf09c8b | 70939:10be917a42fa |
---|---|
3427 | 3427 |
3428 while (1) | 3428 while (1) |
3429 { | 3429 { |
3430 ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, | 3430 ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil, |
3431 Qyes_or_no_p_history, Qnil, | 3431 Qyes_or_no_p_history, Qnil, |
3432 Qnil, Qnil)); | 3432 Qnil)); |
3433 if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) | 3433 if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes")) |
3434 { | 3434 { |
3435 UNGCPRO; | 3435 UNGCPRO; |
3436 return Qt; | 3436 return Qt; |
3437 } | 3437 } |