/[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.315 by monnier, Sun Jul 7 20:57:25 2002 UTC revision 1.316 by lektu, Thu Jul 11 14:11:43 2002 UTC
# Line 2935  is nil and `use-dialog-box' is non-nil. Line 2935  is nil and `use-dialog-box' is non-nil.
2935    Lisp_Object xprompt;    Lisp_Object xprompt;
2936    Lisp_Object args[2];    Lisp_Object args[2];
2937    struct gcpro gcpro1, gcpro2;    struct gcpro gcpro1, gcpro2;
2938    int count = specpdl_ptr - specpdl;    int count = SPECPDL_INDEX ();
2939    
2940    specbind (Qcursor_in_echo_area, Qt);    specbind (Qcursor_in_echo_area, Qt);
2941    
# Line 3250  The normal messages at start and end of Line 3250  The normal messages at start and end of
3250        
3251    if (NILP (tem))    if (NILP (tem))
3252      {      {
3253        int count = specpdl_ptr - specpdl;        int count = SPECPDL_INDEX ();
3254        int nesting = 0;        int nesting = 0;
3255    
3256        /* This is to make sure that loadup.el gives a clear picture        /* This is to make sure that loadup.el gives a clear picture

Legend:
Removed from v.1.315  
changed lines
  Added in v.1.316

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