emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 13e71e5: * lisp/net/tramp-cache.el (tramp-set-file-


From: Michael Albinus
Subject: [Emacs-diffs] master 13e71e5: * lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo.
Date: Mon, 03 Aug 2015 17:41:17 +0000

branch: master
commit 13e71e5ef38581661cf132421a140b513f90031a
Author: Jürgen Hötzel <address@hidden>
Commit: Michael Albinus <address@hidden>

    * lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo.
---
 lisp/net/tramp-cache.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index f777468..f13eee2 100644
--- 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]