emacs/var/backup/!home!chris!.emacs.d!straight!build!dired-rsync!dired-rsync-autoloads.el~
2022-01-03 12:49:32 -06:00

37 lines
958 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; dired-rsync-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (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 whilst
the copy is running. It also handles both source and destinations on
ssh/scp tramp connections.
\(fn DEST)" t nil)
(register-definition-prefixes "dired-rsync" '("dired-r"))
;;;***
;;;### (autoloads nil nil ("dired-rsync-ert.el") (0 0 0 0))
;;;***
(provide 'dired-rsync-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; dired-rsync-autoloads.el ends here