]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in last commit.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 5 Aug 2014 08:24:47 +0000 (10:24 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 5 Aug 2014 08:24:47 +0000 (10:24 +0200)
lisp/net/tramp-cache.el

index 2098c5ccb0be88bd99565ae1df8cd9a93973105b..bdcbba859603ab93dc6dbe7d66ce53d69905ff2f 100644 (file)
@@ -210,7 +210,7 @@ This is suppressed for temporary buffers."
     (unless
        (string-match
         (concat
-         "^" (regexp-opt '("*tramp/" "*debug tramp/" " *temp*") 'parent))
+         "^" (regexp-opt '("*tramp/" "*debug tramp/" " *temp*") 'paren))
         (or (buffer-name) ""))
 
       (let ((bfn (if (stringp (buffer-file-name))