]> code.delx.au - gnu-emacs/blobdiff - src/termchar.h
(text_read_only): Use xsignal0, xsignal1.
[gnu-emacs] / src / termchar.h
index 4b1afc3ed00b910aa2ae8b4e9f812ea2c0a4da3d..3787e338d40700ad4431c731aee8e8d16ccb77c6 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,10 +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, 675 Mass Ave, Cambridge, MA 02139, 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.  */
@@ -43,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) */