Fix typo in last commit.
This commit is contained in:
parent
59a685f2fe
commit
38c4a53e42
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue