summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-11-19 00:25:31 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-11-19 00:25:31 +0000
commit282e1e37cb1100b5549fe987ef1882e9be670375 (patch)
treefe4f08928747ddd6145ea95165f7c344f8fe27fc /lisp/net
parentdb283402061f3207cf82784b3207c88d9c23bb00 (diff)
downloademacs-282e1e37cb1100b5549fe987ef1882e9be670375.tar.gz
* net/tramp.el (tramp-terminal-type): Remove duplicated
definition.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 1ccf02d4353..83e2e9bf685 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -912,14 +912,6 @@ directories for POSIX compatible commands."
(const :tag "Default Directories" tramp-default-remote-path)
(string :tag "Directory"))))
-(defcustom tramp-terminal-type "dumb"
- "*Value of TERM environment variable for logging in to remote host.
-Because Tramp wants to parse the output of the remote shell, it is easily
-confused by ANSI color escape sequences and suchlike. Often, shell init
-files conditionalize this setup based on the TERM environment variable."
- :group 'tramp
- :type 'string)
-
(defcustom tramp-remote-process-environment
`("HISTFILE=$HOME/.tramp_history" "HISTSIZE=1" "LC_TIME=C"
,(concat "TERM=" tramp-terminal-type)