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

30 lines
885 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.

;;; transmission-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "transmission" "transmission.el" (0 0 0 0))
;;; Generated autoloads from transmission.el
(autoload 'transmission-add "transmission" "\
Add TORRENT by filename, URL, magnet link, or info hash.
When called with a prefix, prompt for DIRECTORY.
\(fn TORRENT &optional DIRECTORY)" t nil)
(autoload 'transmission "transmission" "\
Open a `transmission-mode' buffer." t nil)
(register-definition-prefixes "transmission" '("define-transmission-" "download>?" "eta>=?" "file-" "percent-done>?" "progress>?" "ratio>?" "size" "transmission-" "upload>?"))
;;;***
(provide 'transmission-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; transmission-autoloads.el ends here