Personal emacs config
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.

39 lines
1.1 KiB

  1. ;;; dired-rsync-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "dired-rsync" "dired-rsync.el" (0 0 0 0))
  7. ;;; Generated autoloads from dired-rsync.el
  8. (autoload 'dired-rsync "dired-rsync" "\
  9. Asynchronously copy files in dired to `DEST' using rsync.
  10. `DEST' can be a relative filename and will be processed by
  11. `expand-file-name' before being passed to the rsync command.
  12. This function runs the copy asynchronously so Emacs won't block whilst
  13. the copy is running. It also handles both source and destinations on
  14. ssh/scp tramp connections.
  15. \(fn DEST)" t nil)
  16. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-rsync" '("dired-r")))
  17. ;;;***
  18. ;;;### (autoloads nil nil ("dired-rsync-ert.el" "dired-rsync-pkg.el")
  19. ;;;;;; (0 0 0 0))
  20. ;;;***
  21. ;; Local Variables:
  22. ;; version-control: never
  23. ;; no-byte-compile: t
  24. ;; no-update-autoloads: t
  25. ;; coding: utf-8
  26. ;; End:
  27. ;;; dired-rsync-autoloads.el ends here