Fix Tramp usage.
[pkgusr] / lisp / pkgusr.el
index 475c8dc..e8fca3e 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:     Steve Youngs <steve@sxemacs.org>
 ;; Maintainer: Steve Youngs <steve@sxemacs.org>
 ;; Created:    <2007-07-13>
-;; Time-stamp: <Thursday Nov  8, 2007 16:27:01 steve>
+;; Time-stamp: <Saturday Jun 23, 2012 13:56:29 steve>
 ;; Homepage:   N/A
 ;; Keywords:   utils package-management
 
@@ -328,7 +328,7 @@ after the setq.  Be bold and hard code it in pkgusr.el itself.")
                               (file-name-as-directory
                                (expand-file-name puser "/usr/src"))
                               nil nil pkgusr-file-history))
-        (tpath (format "[multi/ssh:root@localhost/su:%s@localhost]%s"
+        (tpath (format "[ssh/root@localhost|su/%s@localhost]%s"
                        puser file))
         (default-directory "/"))
     (find-file tpath)))