my-emacs-d/elpa/gh-20160626.1349/gh-autoloads.el

163 lines
4.0 KiB
EmacsLisp
Raw Normal View History

2016-02-24 22:06:01 +00:00
;;; gh-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-api" "gh-api.el" (22387 29369 466970 131000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-api.el
(require 'eieio)
(eieio-defclass-autoload 'gh-api 'nil "gh-api" "Github API")
(eieio-defclass-autoload 'gh-api-v3 '(gh-api) "gh-api" "Github API v3")
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-auth" "gh-auth.el" (22387 29369 526924
;;;;;; 94000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-auth.el
(require 'eieio)
(eieio-defclass-autoload 'gh-authenticator 'nil "gh-auth" "Abstract authenticator")
(eieio-defclass-autoload 'gh-password-authenticator '(gh-authenticator) "gh-auth" "Password-based authenticator")
(eieio-defclass-autoload 'gh-oauth-authenticator '(gh-authenticator) "gh-auth" "Oauth-based authenticator")
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-cache" "gh-cache.el" (22387 29369 498945
;;;;;; 578000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-cache.el
(require 'eieio)
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-common" "gh-common.el" (22387 29369 478960
;;;;;; 924000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-common.el
(require 'eieio)
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-gist" "gh-gist.el" (22387 29369 442988
;;;;;; 546000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-gist.el
(require 'eieio)
(eieio-defclass-autoload 'gh-gist-api '(gh-api-v3) "gh-gist" "Gist API")
(eieio-defclass-autoload 'gh-gist-gist-stub '(gh-object) "gh-gist" "Class for user-created gist objects")
(eieio-defclass-autoload 'gh-gist-gist '(gh-gist-gist-stub) "gh-gist" "Gist object")
;;;***
;;;### (autoloads nil "gh-issue-comments" "gh-issue-comments.el"
2016-06-29 07:21:54 +00:00
;;;;;; (22387 29369 490951 716000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-issue-comments.el
(require 'eieio)
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-issues" "gh-issues.el" (22387 29369 502942
;;;;;; 509000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-issues.el
(require 'eieio)
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-oauth" "gh-oauth.el" (22387 29369 430997
;;;;;; 753000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-oauth.el
(require 'eieio)
(eieio-defclass-autoload 'gh-oauth-api '(gh-api-v3) "gh-oauth" "OAuth API")
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-orgs" "gh-orgs.el" (22387 29369 482957
;;;;;; 854000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-orgs.el
(require 'eieio)
(eieio-defclass-autoload 'gh-orgs-api '(gh-api-v3) "gh-orgs" "Orgs API")
(eieio-defclass-autoload 'gh-orgs-org-stub '(gh-object) "gh-orgs" nil)
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-pull-comments" "gh-pull-comments.el" (22387
;;;;;; 29369 518930 232000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-pull-comments.el
(require 'eieio)
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-pulls" "gh-pulls.el" (22387 29369 506939
;;;;;; 440000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-pulls.el
(require 'eieio)
(eieio-defclass-autoload 'gh-pulls-api '(gh-api-v3) "gh-pulls" "Git pull requests API")
(eieio-defclass-autoload 'gh-pulls-request '(gh-pulls-request-stub) "gh-pulls" "Git pull requests API")
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-repos" "gh-repos.el" (22387 29369 494948
;;;;;; 647000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-repos.el
(require 'eieio)
(eieio-defclass-autoload 'gh-repos-api '(gh-api-v3) "gh-repos" "Repos API")
(eieio-defclass-autoload 'gh-repos-repo-stub '(gh-object) "gh-repos" "Class for user-created repository objects")
(eieio-defclass-autoload 'gh-repos-repo '(gh-repos-repo-stub) "gh-repos" "Class for GitHub repositories")
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-url" "gh-url.el" (22387 29369 419006 961000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-url.el
(require 'eieio)
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil "gh-users" "gh-users.el" (22387 29369 474963
;;;;;; 993000))
2016-02-24 22:06:01 +00:00
;;; Generated autoloads from gh-users.el
(require 'eieio)
(eieio-defclass-autoload 'gh-users-api '(gh-api-v3) "gh-users" "Users API")
(eieio-defclass-autoload 'gh-users-user '(gh-user) "gh-users" nil)
;;;***
2016-06-29 07:21:54 +00:00
;;;### (autoloads nil nil ("gh-pkg.el" "gh-profile.el" "gh-search.el"
;;;;;; "gh.el") (22387 29369 541412 67000))
2016-02-24 22:06:01 +00:00
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; gh-autoloads.el ends here