]> code.delx.au - gnu-emacs/blobdiff - src/termchar.h
(x_produce_glyphs): Fix last change.
[gnu-emacs] / src / termchar.h
index 1feb87727691482a8cd134a96cc42d024a3a30b2..b1d941adc27be46539fc628086374ef05b99a267 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 
-extern int baud_rate;          /* Output speed in baud */
+/* extern EMACS_INT baud_rate; */              /* Output speed in baud */
 extern int must_write_spaces;  /* Nonzero means spaces in the text
                                   must actually be output; can't just skip
                                   over some columns to leave them blank.  */
@@ -44,3 +44,6 @@ extern int dont_calculate_costs; /* Nonzero means don't bother computing
    a suspended Emacs.  This is useful on terminals with multiple pages,
    where one page is used for Emacs and another for all else. */
 extern int no_redraw_on_reenter;
+
+/* arch-tag: bf9f0d49-842b-42fb-9348-ec8759b27193
+   (do not change this comment) */