aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-05-23 01:34:07 +0000
committerKarl Heuer1996-05-23 01:34:07 +0000
commit6a428f7704bfb328b10858e02e995d489783ee5a (patch)
treeea81b16a05faa942d764f9f11e883e2e05987efa /src
parent26ff97e7d120038ca103902f3e9143e6f5675e61 (diff)
downloademacs-6a428f7704bfb328b10858e02e995d489783ee5a.tar.gz
emacs-6a428f7704bfb328b10858e02e995d489783ee5a.zip
Comment fix.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index ef582f195c5..bb21ccbe1da 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -2513,7 +2513,7 @@ init_display ()
2513#endif 2513#endif
2514#if defined (LINUX) && defined (HAVE_LIBNCURSES) 2514#if defined (LINUX) && defined (HAVE_LIBNCURSES)
2515 /* In some versions of ncurses, 2515 /* In some versions of ncurses,
2516 tparm crashes if we have not called tgetent. 2516 tputs crashes if we have not called tgetent.
2517 So call tgetent. */ 2517 So call tgetent. */
2518 { char b[2044]; tgetent (b, "xterm");} 2518 { char b[2044]; tgetent (b, "xterm");}
2519#endif 2519#endif