/[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.258 by kai, Sat Nov 30 22:33:34 2002 UTC revision 2.259 by kai, Thu Dec 5 09:54:14 2002 UTC
# Line 3282  This will break if COMMAND prints a newl Line 3282  This will break if COMMAND prints a newl
3282  First arg specifies the OPERATION, second arg is a list of arguments to  First arg specifies the OPERATION, second arg is a list of arguments to
3283  pass to the OPERATION."  pass to the OPERATION."
3284    (let* ((inhibit-file-name-handlers    (let* ((inhibit-file-name-handlers
3285            (cons 'tramp-file-name-handler            `(tramp-file-name-handler
3286                  (cons 'tramp-completion-file-name-handler              tramp-completion-file-name-handler
3287                        (and (eq inhibit-file-name-operation operation)              cygwin-mount-name-hook-function
3288                             inhibit-file-name-handlers))))              cygwin-mount-map-drive-hook-function
3289                .
3290                ,(and (eq inhibit-file-name-operation operation)
3291                      inhibit-file-name-handlers)))
3292           (inhibit-file-name-operation operation))           (inhibit-file-name-operation operation))
3293      (apply operation args)))      (apply operation args)))
3294    
# Line 3298  pass to the OPERATION." Line 3301  pass to the OPERATION."
3301  First arg specifies the OPERATION, second arg is a list of arguments to  First arg specifies the OPERATION, second arg is a list of arguments to
3302  pass to the OPERATION."  pass to the OPERATION."
3303    (let* ((inhibit-file-name-handlers    (let* ((inhibit-file-name-handlers
3304            (cons 'tramp-completion-file-name-handler            `(tramp-completion-file-name-handler
3305                  (and (eq inhibit-file-name-operation operation)              cygwin-mount-name-hook-function
3306                       inhibit-file-name-handlers)))              cygwin-mount-map-drive-hook-function
3307                .
3308                ,(and (eq inhibit-file-name-operation operation)
3309                      inhibit-file-name-handlers)))
3310           (inhibit-file-name-operation operation))           (inhibit-file-name-operation operation))
3311      (apply operation args)))      (apply operation args)))
3312    

Legend:
Removed from v.2.258  
changed lines
  Added in v.2.259

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