diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-11-11 06:24:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-11-11 06:24:57 +0000 |
commit | a88921ed97b892663a1cfa90f24d8ed2cb6f7746 (patch) | |
tree | 72ebfbdbc73051e4e3889b2ac45b9e7cca97875d /app-emacs/tramp/files | |
parent | Add ~x86 keyword. (diff) | |
download | gentoo-2-a88921ed97b892663a1cfa90f24d8ed2cb6f7746.tar.gz gentoo-2-a88921ed97b892663a1cfa90f24d8ed2cb6f7746.tar.bz2 gentoo-2-a88921ed97b892663a1cfa90f24d8ed2cb6f7746.zip |
Remove old.
(Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/tramp/files')
-rw-r--r-- | app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch b/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch deleted file mode 100644 index 2296c53c638a..000000000000 --- a/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- tramp-2.1.11-orig/lisp/tramp.el 2007-10-10 06:28:46.000000000 +0200 -+++ tramp-2.1.11/lisp/tramp.el 2007-10-30 18:50:14.000000000 +0100 -@@ -6112,6 +6112,7 @@ - (when (and p (processp p)) - (delete-process p)) - (setenv "TERM" tramp-terminal-type) -+ (setenv "LC_ALL" "C") - (setenv "PROMPT_COMMAND") - (setenv "PS1" "$ ") - (let* ((target-alist (tramp-compute-multi-hops vec)) |