* net/tramp.el (tramp-terminal-type): Remove duplicated
definition.
This commit is contained in:
parent
db28340206
commit
282e1e37cb
2 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue