projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e1bdd4
)
* lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo.
author
Jürgen Hötzel
<juergen@archlinux.org>
Mon, 3 Aug 2015 17:40:25 +0000
(19:40 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 3 Aug 2015 17:40:25 +0000
(19:40 +0200)
lisp/net/tramp-cache.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-cache.el
b/lisp/net/tramp-cache.el
index f777468c1ffe23ffa8a2509ae20d9658c3cd1756..f13eee20562893d9a27a1a3bf5aabdda86a90bcf 100644
(file)
--- a/
lisp/net/tramp-cache.el
+++ b/
lisp/net/tramp-cache.el
@@
-157,7
+157,7
@@
Returns VALUE."
;; Unify localname. Remove hop from vector.
(setq key (copy-sequence key))
(aset key 3 (tramp-run-real-handler 'directory-file-name (list file)))
-
p
(aset key 4 nil)
+ (aset key 4 nil)
(let ((hash (tramp-get-hash-table key)))
;; We put the timestamp there.
(puthash property (cons (current-time) value) hash)