# HG changeset patch # User Dan Nicolaescu # Date 1195431931 0 # Node ID c24778f268492ee65db3d48ae94efe135560b38b # Parent 28fe197622a5dbcb1f204a92577a7f99ff333791 * net/tramp.el (tramp-terminal-type): Remove duplicated definition. diff -r 28fe197622a5 -r c24778f26849 lisp/ChangeLog --- 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 + + * 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 -r 28fe197622a5 -r c24778f26849 lisp/net/tramp.el --- 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)