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

Diff of /emacs/src/emacs.c

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

revision 1.340 by rms, Sat May 22 22:18:30 2004 UTC revision 1.341 by kfstorm, Fri Jun 11 21:48:22 2004 UTC
# Line 206  extern Lisp_Object Vwindow_system; Line 206  extern Lisp_Object Vwindow_system;
206    
207  extern Lisp_Object Vauto_save_list_file_name;  extern Lisp_Object Vauto_save_list_file_name;
208    
209    extern Lisp_Object Vinhibit_redisplay;
210    
211  #ifdef USG_SHARED_LIBRARIES  #ifdef USG_SHARED_LIBRARIES
212  /* If nonzero, this is the place to put the end of the writable segment  /* If nonzero, this is the place to put the end of the writable segment
213     at startup.  */     at startup.  */
# Line 2009  shut_down_emacs (sig, no_x, stuff) Line 2011  shut_down_emacs (sig, no_x, stuff)
2011    /* Prevent running of hooks from now on.  */    /* Prevent running of hooks from now on.  */
2012    Vrun_hooks = Qnil;    Vrun_hooks = Qnil;
2013    
2014      /* Don't update display from now on.  */
2015      Vinhibit_redisplay = Qt;
2016    
2017    /* If we are controlling the terminal, reset terminal modes.  */    /* If we are controlling the terminal, reset terminal modes.  */
2018  #ifdef EMACS_HAVE_TTY_PGRP  #ifdef EMACS_HAVE_TTY_PGRP
2019    {    {

Legend:
Removed from v.1.340  
changed lines
  Added in v.1.341

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