From: Dan Nicolaescu Date: Mon, 19 Nov 2007 00:25:31 +0000 (+0000) Subject: * net/tramp.el (tramp-terminal-type): Remove duplicated X-Git-Tag: emacs-pretest-23.0.90~9640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=282e1e37cb1100b5549fe987ef1882e9be670375;p=emacs.git * net/tramp.el (tramp-terminal-type): Remove duplicated definition. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ae2d5c9b3e..a495ea660ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-18 Dan Nicolaescu + + * net/tramp.el (tramp-terminal-type): Remove duplicated + definition. + 2007-11-19 Glenn Morris * emacs-lisp/check-declare.el (check-declare-verify): If fnfile 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)