dot/emacs: Fix stupid bug in `tramp' setup.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Jan 2010 15:34:45 +0000 (15:34 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Jan 2010 15:34:45 +0000 (15:34 +0000)
With a little luck, this will finally finish off the recursive `load'
errors.

dot/emacs

index ae0889d..0dcee0a 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 (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"