emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117647: Fix typo in last commit.


From: Michael Albinus
Subject: [Emacs-diffs] trunk r117647: Fix typo in last commit.
Date: Tue, 05 Aug 2014 08:24:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117647
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2014-08-05 10:24:47 +0200
message:
  Fix typo in last commit.
modified:
  lisp/net/tramp-cache.el        
trampcache.el-20091113204419-o5vbwnq5f7feedwu-5065
=== modified file 'lisp/net/tramp-cache.el'
--- a/lisp/net/tramp-cache.el   2014-08-05 08:13:28 +0000
+++ b/lisp/net/tramp-cache.el   2014-08-05 08:24:47 +0000
@@ -210,7 +210,7 @@
     (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]