Comment change.
[bpt/emacs.git] / src / termchar.h
index 1feb877..3787e33 100644 (file)
@@ -1,5 +1,6 @@
 /* Flags and parameters describing terminal's characteristics.
-   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,11 +16,11 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, 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 +45,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) */