emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/term.c
Date: Mon, 01 Jul 2002 12:00:05 -0400

Index: emacs/src/term.c
diff -c emacs/src/term.c:1.141 emacs/src/term.c:1.142
*** emacs/src/term.c:1.141      Mon May 27 21:15:09 2002
--- emacs/src/term.c    Mon Jul  1 12:00:05 2002
***************
*** 374,380 ****
  
  int max_frame_height;
  
! int costs_set = 0;            /* Nonzero if costs have been calculated. */
  
  int insert_mode;                      /* Nonzero when in insert mode.  */
  int standout_mode;                    /* Nonzero when in standout mode.  */
--- 374,380 ----
  
  int max_frame_height;
  
! static int costs_set;   /* Nonzero if costs have been calculated. */
  
  int insert_mode;                      /* Nonzero when in insert mode.  */
  int standout_mode;                    /* Nonzero when in standout mode.  */



reply via email to

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