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

Chizi123
2018-11-21 e75a20334813452c6912c090d70a0de2c805f94d
commit | author | age
5cb5f7 1 ;;; pkg-info-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 "pkg-info" "pkg-info.el" (0 0 0 0))
10 ;;; Generated autoloads from pkg-info.el
11
12 (autoload 'pkg-info-library-original-version "pkg-info" "\
13 Get the original version in the header of LIBRARY.
14
15 The original version is stored in the X-Original-Version header.
16 This header is added by the MELPA package archive to preserve
17 upstream version numbers.
18
19 LIBRARY is either a symbol denoting a named feature, or a library
20 name as string.
21
22 If SHOW is non-nil, show the version in the minibuffer.
23
24 Return the version from the header of LIBRARY as list.  Signal an
25 error if the LIBRARY was not found or had no X-Original-Version
26 header.
27
28 See Info node `(elisp)Library Headers' for more information
29 about library headers.
30
31 \(fn LIBRARY &optional SHOW)" t nil)
32
33 (autoload 'pkg-info-library-version "pkg-info" "\
34 Get the version in the header of LIBRARY.
35
36 LIBRARY is either a symbol denoting a named feature, or a library
37 name as string.
38
39 If SHOW is non-nil, show the version in the minibuffer.
40
41 Return the version from the header of LIBRARY as list.  Signal an
42 error if the LIBRARY was not found or had no proper header.
43
44 See Info node `(elisp)Library Headers' for more information
45 about library headers.
46
47 \(fn LIBRARY &optional SHOW)" t nil)
48
49 (autoload 'pkg-info-defining-library-original-version "pkg-info" "\
50 Get the original version of the library defining FUNCTION.
51
52 The original version is stored in the X-Original-Version header.
53 This header is added by the MELPA package archive to preserve
54 upstream version numbers.
55
56 If SHOW is non-nil, show the version in mini-buffer.
57
58 This function is mainly intended to find the version of a major
59 or minor mode, i.e.
60
61    (pkg-info-defining-library-version 'flycheck-mode)
62
63 Return the version of the library defining FUNCTION.  Signal an
64 error if FUNCTION is not a valid function, if its defining
65 library was not found, or if the library had no proper version
66 header.
67
68 \(fn FUNCTION &optional SHOW)" t nil)
69
70 (autoload 'pkg-info-defining-library-version "pkg-info" "\
71 Get the version of the library defining FUNCTION.
72
73 If SHOW is non-nil, show the version in mini-buffer.
74
75 This function is mainly intended to find the version of a major
76 or minor mode, i.e.
77
78    (pkg-info-defining-library-version 'flycheck-mode)
79
80 Return the version of the library defining FUNCTION.  Signal an
81 error if FUNCTION is not a valid function, if its defining
82 library was not found, or if the library had no proper version
83 header.
84
85 \(fn FUNCTION &optional SHOW)" t nil)
86
87 (autoload 'pkg-info-package-version "pkg-info" "\
88 Get the version of an installed PACKAGE.
89
90 If SHOW is non-nil, show the version in the minibuffer.
91
92 Return the version as list, or nil if PACKAGE is not installed.
93
94 \(fn PACKAGE &optional SHOW)" t nil)
95
96 (autoload 'pkg-info-version-info "pkg-info" "\
97 Obtain complete version info for LIBRARY and PACKAGE.
98
99 LIBRARY is a symbol denoting a named feature, or a library name
100 as string.  PACKAGE is a symbol denoting an ELPA package.  If
101 omitted or nil, default to LIBRARY.
102
103 If SHOW is non-nil, show the version in the minibuffer.
104
105 When called interactively, prompt for LIBRARY.  When called
106 interactively with prefix argument, prompt for PACKAGE as well.
107
108 Return a string with complete version information for LIBRARY.
109 This version information contains the version from the headers of
110 LIBRARY, and the version of the installed PACKAGE, the LIBRARY is
111 part of.  If PACKAGE is not installed, or if the PACKAGE version
112 is the same as the LIBRARY version, do not include a package
113 version.
114
115 \(fn LIBRARY &optional PACKAGE SHOW)" t nil)
116
117 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pkg-info" '("pkg-info-")))
118
119 ;;;***
120
121 ;; Local Variables:
122 ;; version-control: never
123 ;; no-byte-compile: t
124 ;; no-update-autoloads: t
125 ;; coding: utf-8
126 ;; End:
127 ;;; pkg-info-autoloads.el ends here