*** /home/albinus/src/tramp/lisp/tramp-util.el.~2.52.~ 2007-10-03 10:40:18.000000000 +0200 --- /home/albinus/src/tramp/lisp/tramp-util.el 2007-10-14 19:51:39.000000000 +0200 *************** *** 63,69 **** ;; If `start-file-process' isn't defined, it gets an alias in tramp-compat.el. (when (eq (symbol-function 'start-file-process) ! (symbol-function 'tramp-handle-start-file-process)) (defadvice executable-find (around tramp-advice-executable-find activate) "Invoke `tramp-handle-executable-find' for Tramp files." --- 63,69 ---- ;; If `start-file-process' isn't defined, it gets an alias in tramp-compat.el. (when (eq (symbol-function 'start-file-process) ! 'tramp-handle-start-file-process) (defadvice executable-find (around tramp-advice-executable-find activate) "Invoke `tramp-handle-executable-find' for Tramp files."