]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp.el (tramp-terminal-type): Remove duplicated
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 19 Nov 2007 00:25:31 +0000 (00:25 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 19 Nov 2007 00:25:31 +0000 (00:25 +0000)
definition.

lisp/ChangeLog
lisp/net/tramp.el

index 4ae2d5c9b3ea2d234ca4b3dcef84addf50b4768a..a495ea660ac854feb2c40b8ddc474048133ce51d 100644 (file)
@@ -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
index 1ccf02d43534e82f97ca90ee68c0b01370f37d80..83e2e9bf6854466ac38d83e3eb61a595ddfd48cf 100644 (file)
@@ -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)