chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c4b1836
)
dot/emacs: Fix stupid bug in `tramp' setup.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 3 Jan 2010 15:34:45 +0000
(15:34 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index ae0889d5136294c381ec74a8f2984d9ad6ccd39a..0dcee0a740c5662c7b854f89f65700718e50dbb4 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-522,7
+522,7
@@
(eval-after-load "tramp"
'(let ((fix-args (if (mdw-version-< tramp-version "2.1")
(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"
(setq tramp-methods
(mdw-uniquify-alist
`(("become"