mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-19 a4b9172aefa91861b587831e06f55b1e19f3f3be
commit | author | age
5cb5f7 1 ;;; ghub-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "buck" "buck.el" (0 0 0 0))
10 ;;; Generated autoloads from buck.el
11
12 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "buck" '("buck-default-host")))
13
14 ;;;***
15
16 ;;;### (autoloads nil "ghub" "ghub.el" (0 0 0 0))
17 ;;; Generated autoloads from ghub.el
18
19 (autoload 'ghub-create-token "ghub" "\
20 Create, store and return a new token.
21
22 HOST is the Github instance, usually \"api.github.com\".
23 USERNAME is the name of a user on that instance.
24 PACKAGE is the package that will use the token.
25 SCOPES are the scopes the token is given access to.
26
27 \(fn HOST USERNAME PACKAGE SCOPES)" t nil)
28
29 (autoload 'ghub-token-scopes "ghub" "\
30 Return and echo the scopes of the specified token.
31 This is intended for debugging purposes only.  The user
32 has to provide several values including their password.
33
34 \(fn HOST USERNAME PACKAGE)" t nil)
35
36 (autoload 'ghub-clear-caches "ghub" "\
37 Clear all caches that might negatively affect Ghub.
38
39 If a library that is used by Ghub caches incorrect information
40 such as a mistyped password, then that can prevent Ghub from
41 asking the user for the correct information again.
42
43 Set `url-http-real-basic-auth-storage' to nil
44 and call `auth-source-forget+'.
45
46 \(fn)" t nil)
47
48 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ghub" '("auth-source-netrc-parse-next-interesting@save-match-data" "ghub-")))
49
50 ;;;***
51
52 ;;;### (autoloads nil "ghub-graphql" "ghub-graphql.el" (0 0 0 0))
53 ;;; Generated autoloads from ghub-graphql.el
54
55 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ghub-graphql" '("ghub-")))
56
57 ;;;***
58
59 ;;;### (autoloads nil "glab" "glab.el" (0 0 0 0))
60 ;;; Generated autoloads from glab.el
61
62 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "glab" '("glab-default-host")))
63
64 ;;;***
65
66 ;;;### (autoloads nil "gogs" "gogs.el" (0 0 0 0))
67 ;;; Generated autoloads from gogs.el
68
69 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gogs" '("gogs-default-host")))
70
71 ;;;***
72
73 ;;;### (autoloads nil "gtea" "gtea.el" (0 0 0 0))
74 ;;; Generated autoloads from gtea.el
75
76 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gtea" '("gtea-default-host")))
77
78 ;;;***
79
80 ;;;### (autoloads nil nil ("ghub-pkg.el") (0 0 0 0))
81
82 ;;;***
83
84 ;; Local Variables:
85 ;; version-control: never
86 ;; no-byte-compile: t
87 ;; no-update-autoloads: t
88 ;; coding: utf-8
89 ;; End:
90 ;;; ghub-autoloads.el ends here