From 38c4a53e42506ea3e448e3d670df7e79d0a1be8e Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 5 Aug 2014 10:24:47 +0200 Subject: [PATCH] Fix typo in last commit. --- lisp/net/tramp-cache.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 2098c5ccb0b..bdcbba85960 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -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)) -- 2.39.5