You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
;;; dired-rsync-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "dired-rsync" "dired-rsync.el" (0 0 0 0));;; Generated autoloads from dired-rsync.el
(autoload 'dired-rsync "dired-rsync" "\
Asynchronously copy files in dired to `DEST' using rsync.
`DEST' can be a relative filename and will be processed by`expand-file-name' before being passed to the rsync command.
This function runs the copy asynchronously so Emacs won't block whilstthe copy is running. It also handles both source and destinations onssh/scp tramp connections.
\(fn DEST)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-rsync" '("dired-r")))
;;;***;;;### (autoloads nil nil ("dired-rsync-ert.el" "dired-rsync-pkg.el");;;;;; (0 0 0 0))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; dired-rsync-autoloads.el ends here
|