emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Fri, 11 Jun 2004 17:49:51 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.340 emacs/src/emacs.c:1.341
*** emacs/src/emacs.c:1.340     Sat May 22 22:18:30 2004
--- emacs/src/emacs.c   Fri Jun 11 21:48:22 2004
***************
*** 206,211 ****
--- 206,213 ----
  
  extern Lisp_Object Vauto_save_list_file_name;
  
+ extern Lisp_Object Vinhibit_redisplay;
+ 
  #ifdef USG_SHARED_LIBRARIES
  /* If nonzero, this is the place to put the end of the writable segment
     at startup.  */
***************
*** 2009,2014 ****
--- 2011,2019 ----
    /* Prevent running of hooks from now on.  */
    Vrun_hooks = Qnil;
  
+   /* Don't update display from now on.  */
+   Vinhibit_redisplay = Qt;
+ 
    /* If we are controlling the terminal, reset terminal modes.  */
  #ifdef EMACS_HAVE_TTY_PGRP
    {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]