comparison src/termchar.h @ 43713:f92c4d87863a

Change defvar_int def and vars to use EMACS_INT instead of just int.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 Mar 2002 23:41:00 +0000
parents ee40177f6c68
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
43712:223f1f5d160d 43713:f92c4d87863a
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 21
22 extern int baud_rate; /* Output speed in baud */ 22 /* extern EMACS_INT baud_rate; */ /* Output speed in baud */
23 extern int must_write_spaces; /* Nonzero means spaces in the text 23 extern int must_write_spaces; /* Nonzero means spaces in the text
24 must actually be output; can't just skip 24 must actually be output; can't just skip
25 over some columns to leave them blank. */ 25 over some columns to leave them blank. */
26 extern int min_padding_speed; /* Speed below which no padding necessary */ 26 extern int min_padding_speed; /* Speed below which no padding necessary */
27 extern int fast_clear_end_of_line; /* Nonzero means terminal has 27 extern int fast_clear_end_of_line; /* Nonzero means terminal has