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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c [lexbind]
Date: Tue, 06 Jul 2004 07:04:37 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.309.2.10 emacs/src/emacs.c:1.309.2.11
*** emacs/src/emacs.c:1.309.2.10        Tue Jul  6 09:23:53 2004
--- emacs/src/emacs.c   Tue Jul  6 10:10:53 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]