]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo.
authorJürgen Hötzel <juergen@archlinux.org>
Mon, 3 Aug 2015 17:40:25 +0000 (19:40 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 3 Aug 2015 17:40:25 +0000 (19:40 +0200)
lisp/net/tramp-cache.el

index f777468c1ffe23ffa8a2509ae20d9658c3cd1756..f13eee20562893d9a27a1a3bf5aabdda86a90bcf 100644 (file)
@@ -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)