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