From 507ebf80897f39789a8cc1da7a060bbfcea8a343 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 3 Jan 2010 15:34:45 +0000 Subject: [PATCH] dot/emacs: Fix stupid bug in `tramp' setup. With a little luck, this will finally finish off the recursive `load' errors. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index ae0889d..0dcee0a 100644 --- a/dot/emacs +++ b/dot/emacs @@ -522,7 +522,7 @@ (eval-after-load "tramp" '(let ((fix-args (if (mdw-version-< tramp-version "2.1") - #'append #'identity))) + #'append #'list))) (setq tramp-methods (mdw-uniquify-alist `(("become" -- 2.11.0