diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-07-02 22:22:47 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-07-02 22:22:47 +0000 |
commit | 0e75645e97d376107005ce57f0ef1b42fe86e5fc (patch) | |
tree | 6d5d617ccfec349859de985ada8ee7548f007cde /net/tramp/files/patch-tramp.el | |
parent | - Assign to new maintainer (diff) |
- Upgrade to 2.1.12.
- Don't use EMACS_PORT_NAME?=emacs21
Submitted by: "Douglas K. Rand" <rand@meridian-enviro.com>
PR: ports/121604 (part of)
Notes
Notes:
svn path=/head/; revision=216180
Diffstat (limited to 'net/tramp/files/patch-tramp.el')
-rw-r--r-- | net/tramp/files/patch-tramp.el | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/tramp/files/patch-tramp.el b/net/tramp/files/patch-tramp.el index 48e7d1b9cd8b..e69de29bb2d1 100644 --- a/net/tramp/files/patch-tramp.el +++ b/net/tramp/files/patch-tramp.el @@ -1,22 +0,0 @@ ---- lisp/tramp.el.orig Sat Sep 23 19:12:34 2006 -+++ lisp/tramp.el Sat Sep 23 19:13:19 2006 -@@ -5922,8 +5922,8 @@ - "Return the right method string to use. - This is METHOD, if non-nil. Otherwise, do a lookup in - `tramp-default-method-alist'." -- (if (tramp-completion-mode) -- method -+; (if (tramp-completion-mode) -+; method - (or method - (let ((choices tramp-default-method-alist) - lmethod item) -@@ -5934,7 +5934,7 @@ - (setq lmethod (nth 2 item)) - (setq choices nil))) - lmethod) -- tramp-default-method))) -+ tramp-default-method));) - - (defsubst tramp-find-user (method user host) - "Return the right user string to use. |