diff options
author | 2007-04-16 18:41:20 +0000 | |
---|---|---|
committer | 2007-04-16 18:41:20 +0000 | |
commit | 1347ac918afaafe3dbc3e889054701041c331583 (patch) | |
tree | 66898b14dca9ce485eb3694d25f6e3cfb6e61fde /app-emacs/tramp/files | |
parent | prepared for new eselect module, no more automagic dependencies, cleanups and... (diff) | |
download | gentoo-2-1347ac918afaafe3dbc3e889054701041c331583.tar.gz gentoo-2-1347ac918afaafe3dbc3e889054701041c331583.tar.bz2 gentoo-2-1347ac918afaafe3dbc3e889054701041c331583.zip |
Revbump: generate autoload file.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-emacs/tramp/files')
-rw-r--r-- | app-emacs/tramp/files/51tramp-gentoo.el | 8 | ||||
-rw-r--r-- | app-emacs/tramp/files/digest-tramp-2.1.9-r1 | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/tramp/files/51tramp-gentoo.el b/app-emacs/tramp/files/51tramp-gentoo.el new file mode 100644 index 000000000000..cc67e70e7c5d --- /dev/null +++ b/app-emacs/tramp/files/51tramp-gentoo.el @@ -0,0 +1,8 @@ + +;;; tramp site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(setq auto-save-file-name-transforms + `(("\\`/[^/]*:\\(.+/\\)*\\(.*\\)" + ,(expand-file-name "\\2" temporary-file-directory)))) +(load "tramp-autoloads" nil t) diff --git a/app-emacs/tramp/files/digest-tramp-2.1.9-r1 b/app-emacs/tramp/files/digest-tramp-2.1.9-r1 new file mode 100644 index 000000000000..899e96847b5d --- /dev/null +++ b/app-emacs/tramp/files/digest-tramp-2.1.9-r1 @@ -0,0 +1,3 @@ +MD5 ffac6a58ba098685451579db6f15e318 tramp-2.1.9.tar.gz 327782 +RMD160 86027b1d91b3ca793489d5b57f7c887fb3e7918d tramp-2.1.9.tar.gz 327782 +SHA256 17c43ec8396b3adcbb36dd3129709ecc517a9fe5a61a4f2247c6626945452775 tramp-2.1.9.tar.gz 327782 |