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

Diff of /emacs/src/fileio.c

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

revision 1.435 by eliz, Wed Dec 19 18:55:01 2001 UTC revision 1.436 by rms, Sat Dec 29 20:12:45 2001 UTC
# Line 5539  A non-nil CURRENT-ONLY argument means sa Line 5539  A non-nil CURRENT-ONLY argument means sa
5539    Lisp_Object lispstream;    Lisp_Object lispstream;
5540    int count = specpdl_ptr - specpdl;    int count = specpdl_ptr - specpdl;
5541    int orig_minibuffer_auto_raise = minibuffer_auto_raise;    int orig_minibuffer_auto_raise = minibuffer_auto_raise;
5542    int message_p = push_message ();    int message_p = 0;
5543    
5544      if (max_specpdl_size < specpdl_size + 40)
5545        max_specpdl_size = specpdl_size + 40;
5546    
5547      if (minibuf_level)
5548        no_message = Qt;
5549    
5550      if (NILP (no_message));
5551        message_p = push_message ();
5552        
5553    /* Ordinarily don't quit within this function,    /* Ordinarily don't quit within this function,
5554       but don't make it impossible to quit (in case we get hung in I/O).  */       but don't make it impossible to quit (in case we get hung in I/O).  */
# Line 5549  A non-nil CURRENT-ONLY argument means sa Line 5558  A non-nil CURRENT-ONLY argument means sa
5558    /* No GCPRO needed, because (when it matters) all Lisp_Object variables    /* No GCPRO needed, because (when it matters) all Lisp_Object variables
5559       point to non-strings reached from Vbuffer_alist.  */       point to non-strings reached from Vbuffer_alist.  */
5560    
   if (minibuf_level)  
     no_message = Qt;  
   
5561    if (!NILP (Vrun_hooks))    if (!NILP (Vrun_hooks))
5562      call1 (Vrun_hooks, intern ("auto-save-hook"));      call1 (Vrun_hooks, intern ("auto-save-hook"));
5563    

Legend:
Removed from v.1.435  
changed lines
  Added in v.1.436

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