/[tramp]/tramp/lisp/tramp.el
ViewVC logotype

Diff of /tramp/lisp/tramp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.238 by kai, Fri Oct 4 20:35:29 2002 UTC revision 2.239 by kai, Sat Oct 5 21:11:52 2002 UTC
# Line 1912  target of the symlink differ." Line 1912  target of the symlink differ."
1912              (if result              (if result
1913                  (mapconcat 'identity (cons "" result) "/")                  (mapconcat 'identity (cons "" result) "/")
1914                "/"))                "/"))
1915        (when is-dir (setq result (concat result "/")))        (when (and is-dir (or (string= "" result)
1916                                (not (string= (substring result -1) "/"))))
1917            (setq result (concat result "/")))
1918        (tramp-message-for-buffer        (tramp-message-for-buffer
1919         multi-method method user host         multi-method method user host
1920         10 "True name of `%s' is `%s'" filename result)         10 "True name of `%s' is `%s'" filename result)

Legend:
Removed from v.2.238  
changed lines
  Added in v.2.239

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26