mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(comint-exec-1): Terminate TERMCAP with colon.
This commit is contained in:
parent
ad7c5ee1f9
commit
9dbfa8cfbb
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ buffer. The hook `comint-exec-hook' is run after each exec."
|
|||
(list "EMACS=t" "TERM=unknown"
|
||||
(format "COLUMNS=%d" (frame-width)))
|
||||
(list "EMACS=t" "TERM=emacs"
|
||||
(format "TERMCAP=emacs:co#%d:tc=unknown" (frame-width))))
|
||||
(format "TERMCAP=emacs:co#%d:tc=unknown:" (frame-width))))
|
||||
process-environment))
|
||||
(default-directory
|
||||
(if (file-directory-p default-directory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue