From: Mark Wooding Date: Sun, 3 Jan 2010 15:34:45 +0000 (+0000) Subject: dot/emacs: Fix stupid bug in `tramp' setup. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/507ebf80897f39789a8cc1da7a060bbfcea8a343 dot/emacs: Fix stupid bug in `tramp' setup. With a little luck, this will finally finish off the recursive `load' errors. --- 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"