Mercurial > emacs
changeset 86224:c24778f26849
* net/tramp.el (tramp-terminal-type): Remove duplicated
definition.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 19 Nov 2007 00:25:31 +0000 |
parents | 28fe197622a5 |
children | 166a6141ae98 |
files | lisp/ChangeLog lisp/net/tramp.el |
diffstat | 2 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 19 00:10:38 2007 +0000 +++ b/lisp/ChangeLog Mon Nov 19 00:25:31 2007 +0000 @@ -1,3 +1,8 @@ +2007-11-18 Dan Nicolaescu <dann@ics.uci.edu> + + * net/tramp.el (tramp-terminal-type): Remove duplicated + definition. + 2007-11-19 Glenn Morris <rgm@gnu.org> * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
--- a/lisp/net/tramp.el Mon Nov 19 00:10:38 2007 +0000 +++ b/lisp/net/tramp.el Mon Nov 19 00:25:31 2007 +0000 @@ -912,14 +912,6 @@ (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)