aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2014-08-05 10:24:47 +0200
committerMichael Albinus2014-08-05 10:24:47 +0200
commit38c4a53e42506ea3e448e3d670df7e79d0a1be8e (patch)
tree078a8e6a5894463e847d812768973bd90cf9e551
parent59a685f2fed01b4a49b6d951a378d2023f31fc87 (diff)
downloademacs-38c4a53e42506ea3e448e3d670df7e79d0a1be8e.tar.gz
emacs-38c4a53e42506ea3e448e3d670df7e79d0a1be8e.zip
Fix typo in last commit.
-rw-r--r--lisp/net/tramp-cache.el2
1 files changed, 1 insertions, 1 deletions
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."
210 (unless 210 (unless
211 (string-match 211 (string-match
212 (concat 212 (concat
213 "^" (regexp-opt '("*tramp/" "*debug tramp/" " *temp*") 'parent)) 213 "^" (regexp-opt '("*tramp/" "*debug tramp/" " *temp*") 'paren))
214 (or (buffer-name) "")) 214 (or (buffer-name) ""))
215 215
216 (let ((bfn (if (stringp (buffer-file-name)) 216 (let ((bfn (if (stringp (buffer-file-name))