163 lines
4.0 KiB
EmacsLisp
163 lines
4.0 KiB
EmacsLisp
;;; gh-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
||
|
||
;;;### (autoloads nil "gh-api" "gh-api.el" (22387 29369 466970 131000))
|
||
;;; 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")
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-auth" "gh-auth.el" (22387 29369 526924
|
||
;;;;;; 94000))
|
||
;;; 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")
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-cache" "gh-cache.el" (22387 29369 498945
|
||
;;;;;; 578000))
|
||
;;; Generated autoloads from gh-cache.el
|
||
|
||
(require 'eieio)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-common" "gh-common.el" (22387 29369 478960
|
||
;;;;;; 924000))
|
||
;;; Generated autoloads from gh-common.el
|
||
|
||
(require 'eieio)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-gist" "gh-gist.el" (22387 29369 442988
|
||
;;;;;; 546000))
|
||
;;; 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"
|
||
;;;;;; (22387 29369 490951 716000))
|
||
;;; Generated autoloads from gh-issue-comments.el
|
||
|
||
(require 'eieio)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-issues" "gh-issues.el" (22387 29369 502942
|
||
;;;;;; 509000))
|
||
;;; Generated autoloads from gh-issues.el
|
||
|
||
(require 'eieio)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-oauth" "gh-oauth.el" (22387 29369 430997
|
||
;;;;;; 753000))
|
||
;;; Generated autoloads from gh-oauth.el
|
||
|
||
(require 'eieio)
|
||
|
||
(eieio-defclass-autoload 'gh-oauth-api '(gh-api-v3) "gh-oauth" "OAuth API")
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-orgs" "gh-orgs.el" (22387 29369 482957
|
||
;;;;;; 854000))
|
||
;;; 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)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-pull-comments" "gh-pull-comments.el" (22387
|
||
;;;;;; 29369 518930 232000))
|
||
;;; Generated autoloads from gh-pull-comments.el
|
||
|
||
(require 'eieio)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-pulls" "gh-pulls.el" (22387 29369 506939
|
||
;;;;;; 440000))
|
||
;;; 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")
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-repos" "gh-repos.el" (22387 29369 494948
|
||
;;;;;; 647000))
|
||
;;; 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")
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-url" "gh-url.el" (22387 29369 419006 961000))
|
||
;;; Generated autoloads from gh-url.el
|
||
|
||
(require 'eieio)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "gh-users" "gh-users.el" (22387 29369 474963
|
||
;;;;;; 993000))
|
||
;;; 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)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil nil ("gh-pkg.el" "gh-profile.el" "gh-search.el"
|
||
;;;;;; "gh.el") (22387 29369 541412 67000))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; gh-autoloads.el ends here
|