diff options
| author | Michael Albinus | 2014-08-05 10:24:47 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-08-05 10:24:47 +0200 |
| commit | 38c4a53e42506ea3e448e3d670df7e79d0a1be8e (patch) | |
| tree | 078a8e6a5894463e847d812768973bd90cf9e551 | |
| parent | 59a685f2fed01b4a49b6d951a378d2023f31fc87 (diff) | |
| download | emacs-38c4a53e42506ea3e448e3d670df7e79d0a1be8e.tar.gz emacs-38c4a53e42506ea3e448e3d670df7e79d0a1be8e.zip | |
Fix typo in last commit.
| -rw-r--r-- | lisp/net/tramp-cache.el | 2 |
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)) |