diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-04-11 13:31:15 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-04-11 13:31:15 +0000 |
commit | e7b505997bb9741aabba9b7ad30b4c635878d2fb (patch) | |
tree | 179eca7325a52b9849b69f987e78e7402ad0f18e /net/tramp/files | |
parent | 827337d5de78f4f3399fc3028e98de9407906d2c (diff) | |
download | ports-e7b505997bb9741aabba9b7ad30b4c635878d2fb.tar.gz ports-e7b505997bb9741aabba9b7ad30b4c635878d2fb.zip |
Notes
Diffstat (limited to 'net/tramp/files')
-rw-r--r-- | net/tramp/files/patch-lisp:tramp-util.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/tramp/files/patch-lisp:tramp-util.el b/net/tramp/files/patch-lisp:tramp-util.el deleted file mode 100644 index f394b82531b7..000000000000 --- a/net/tramp/files/patch-lisp:tramp-util.el +++ /dev/null @@ -1,10 +0,0 @@ ---- lisp/tramp-util.el.orig Sun Dec 30 06:56:58 2001 -+++ lisp/tramp-util.el Tue Mar 26 23:12:09 2002 -@@ -27,6 +27,7 @@ - - ;;; Code: - -+(eval-when-compile (require 'cl)) - (require 'compile) - (require 'tramp) - |