my-emacs-d/elpa/magithub-0.2/magithub-autoloads.el

37 lines
934 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.

;;; magithub-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (magithub-clone) "magithub" "magithub.el" (21539
;;;;;; 11653 143280 560000))
;;; Generated autoloads from magithub.el
(autoload 'magithub-clone "magithub" "\
Clone GitHub repo USERNAME/REPO into directory DIR.
If SSHP is non-nil, clone it using the SSH URL. Once the repo is
cloned, switch to a `magit-status' buffer for it.
Interactively, prompts for the repo name and directory. With a
prefix arg, clone using SSH.
\(fn USERNAME REPO DIR &optional SSHP)" t nil)
(eval-after-load 'magit '(unless (featurep 'magithub) (require 'magithub)))
;;;***
;;;### (autoloads nil nil ("magithub-pkg.el") (21539 11653 223834
;;;;;; 758000))
;;;***
(provide 'magithub-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; magithub-autoloads.el ends here