/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.377 by monnier, Tue Nov 16 15:35:14 2004 UTC revision 1.378 by teirllm, Sun Nov 21 00:57:49 2004 UTC
# Line 3304  is nil, and `use-dialog-box' is non-nil. Line 3304  is nil, and `use-dialog-box' is non-nil.
3304      {      {
3305        ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil,        ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil,
3306                                                Qyes_or_no_p_history, Qnil,                                                Qyes_or_no_p_history, Qnil,
3307                                                Qnil));                                                Qnil, Qnil));
3308        if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes"))        if (SCHARS (ans) == 3 && !strcmp (SDATA (ans), "yes"))
3309          {          {
3310            UNGCPRO;            UNGCPRO;

Legend:
Removed from v.1.377  
changed lines
  Added in v.1.378

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26