/[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.283 by kai, Thu Feb 27 17:15:14 2003 UTC revision 2.284 by kai, Fri Feb 28 18:12:29 2003 UTC
# Line 72  Line 72 
72  ;; In the Tramp CVS repository, the version numer is auto-frobbed from  ;; In the Tramp CVS repository, the version numer is auto-frobbed from
73  ;; the Makefile, so you should edit the top-level Makefile to change  ;; the Makefile, so you should edit the top-level Makefile to change
74  ;; the version number.  ;; the version number.
75  (defconst tramp-version "2.0.29"  (defconst tramp-version "2.0.30"
76    "This version of tramp.")    "This version of tramp.")
77    
78  (defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org"  (defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org"
# Line 2919  the result will be a local, non-Tramp, f Line 2919  the result will be a local, non-Tramp, f
2919              (erase-buffer)))              (erase-buffer)))
2920          ;; Look if localname starts with "/../" construct.  If this is          ;; Look if localname starts with "/../" construct.  If this is
2921          ;; the case, then we return a local name instead of a remote name.          ;; the case, then we return a local name instead of a remote name.
2922          (if (string= (substring localname 0 4) "/../")          (if (string-match "^/\\.\\./" localname)
2923              (expand-file-name (substring localname 3))              (expand-file-name (substring localname 3))
2924            ;; No tilde characters in file name, do normal            ;; No tilde characters in file name, do normal
2925            ;; expand-file-name (this does "/./" and "/../").  We bind            ;; expand-file-name (this does "/./" and "/../").  We bind

Legend:
Removed from v.2.283  
changed lines
  Added in v.2.284

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