diff options
| -rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 828c1d2442f..68f75eb7771 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -932,6 +932,8 @@ directories for POSIX compatible commands." | |||
| 932 | (defcustom tramp-remote-process-environment | 932 | (defcustom tramp-remote-process-environment |
| 933 | `("HISTFILE=$HOME/.tramp_history" "HISTSIZE=1" "LC_ALL=C" | 933 | `("HISTFILE=$HOME/.tramp_history" "HISTSIZE=1" "LC_ALL=C" |
| 934 | ,(concat "TERM=" tramp-terminal-type) | 934 | ,(concat "TERM=" tramp-terminal-type) |
| 935 | "EMACS=t" ;; Deprecated. | ||
| 936 | ,(format "INSIDE_EMACS=%s,tramp:%s" emacs-version tramp-version) | ||
| 935 | "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" | 937 | "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" |
| 936 | "autocorrect=" "correct=") | 938 | "autocorrect=" "correct=") |
| 937 | 939 | ||