From: Taylor R. Campbell Date: Thu, 5 Mar 2009 20:09:21 +0000 (+0000) Subject: Suffix a colon to the value of the TERMCAP environment variable. X-Git-Tag: 20090517-FFI~62 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0f5325b57c4db02b0b2af15c00ae3fa1664d6b1d;p=mit-scheme.git Suffix a colon to the value of the TERMCAP environment variable. --- diff --git a/v7/src/edwin/comint.scm b/v7/src/edwin/comint.scm index 2ac749156..550bfb342 100644 --- a/v7/src/edwin/comint.scm +++ b/v7/src/edwin/comint.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: comint.scm,v 1.35 2008/01/30 20:01:59 cph Exp $ +$Id: comint.scm,v 1.36 2009/03/05 20:09:21 riastradh Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -56,7 +56,7 @@ USA. "TERMCAP=emacs:co#" (number->string (screen-x-size (selected-screen))) - ":tc=unknown") + ":tc=unknown:") "TERM=emacs" "EMACS=t") program