From: Michael Albinus Date: Tue, 5 Aug 2014 08:24:47 +0000 (+0200) Subject: Fix typo in last commit. X-Git-Tag: emacs-25.0.90~2635^2~679^2~524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38c4a53e42506ea3e448e3d670df7e79d0a1be8e;p=emacs.git Fix typo in last commit. --- 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))