aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-28 11:58:27 +0000
committerGerd Moellmann2001-05-28 11:58:27 +0000
commitd250dcfc18e8b1ed1cecc79e5dece64aabc82101 (patch)
tree147daa045335be29eedbb8f09dfcf40623a2e87d /src/termcap.c
parentc79cb28320c392df58574025e0f09208a50f23e3 (diff)
downloademacs-d250dcfc18e8b1ed1cecc79e5dece64aabc82101.tar.gz
emacs-d250dcfc18e8b1ed1cecc79e5dece64aabc82101.zip
(speeds): Put in #if 0.
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c
index c9bf1a40b52..b99ae473315 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -1,5 +1,6 @@
1/* Work-alike for termcap, plus extra features. 1/* Work-alike for termcap, plus extra features.
2 Copyright (C) 1985, 86, 93, 94, 95, 2000 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 93, 94, 95, 2000, 2001
3 Free Software Foundation, Inc.
3 4
4This program is free software; you can redistribute it and/or modify 5This program is free software; you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 6it under the terms of the GNU General Public License as published by
@@ -292,6 +293,8 @@ tgetst1 (ptr, area)
292int tputs_baud_rate; 293int tputs_baud_rate;
293char PC; 294char PC;
294 295
296#if 0 /* Doesn't seem to be used anymore. */
297
295/* Actual baud rate if positive; 298/* Actual baud rate if positive;
296 - baud rate / 100 if negative. */ 299 - baud rate / 100 if negative. */
297 300
@@ -306,6 +309,8 @@ static int speeds[] =
306#endif /* not VMS */ 309#endif /* not VMS */
307 }; 310 };
308 311
312#endif /* 0 */
313
309void 314void
310tputs (str, nlines, outfun) 315tputs (str, nlines, outfun)
311 register char *str; 316 register char *str;