*** /tmp/tramp.el.~1~ Fri Dec 1 17:09:36 2006 --- /tmp/tramp.el Fri Dec 1 17:09:36 2006 *************** *** 3682,3687 **** --- 3682,3688 ---- ;; written to a temporary file. Check that the ;; checksum is equal to that from the local tmpfil. (when file-precious-flag + (erase-buffer) (and ;; cksum runs locally (let ((default-directory *************** *** 4809,4815 **** ;; Replace place holder `tramp-default-remote-path'. (setcdr elt (append ! (split-string tramp-default-remote-path ":" t) (cdr elt))) (setq tramp-remote-path (delq 'tramp-default-remote-path tramp-remote-path)))) --- 4810,4816 ---- ;; Replace place holder `tramp-default-remote-path'. (setcdr elt (append ! (tramp-split-string tramp-default-remote-path ":") (cdr elt))) (setq tramp-remote-path (delq 'tramp-default-remote-path tramp-remote-path))))