From: Jürgen Hötzel Date: Mon, 3 Aug 2015 17:40:25 +0000 (+0200) Subject: * lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo. X-Git-Tag: emacs-25.0.90~1380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13e71e5ef38581661cf132421a140b513f90031a;p=emacs.git * lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo. --- diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index f777468c1ff..f13eee20562 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)