Klimi's new dotfiles with stow.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

127 строки
3.9 KiB

4 лет назад
  1. ;;; pkg-info-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "pkg-info" "pkg-info.el" (0 0 0 0))
  7. ;;; Generated autoloads from pkg-info.el
  8. (autoload 'pkg-info-library-original-version "pkg-info" "\
  9. Get the original version in the header of LIBRARY.
  10. The original version is stored in the X-Original-Version header.
  11. This header is added by the MELPA package archive to preserve
  12. upstream version numbers.
  13. LIBRARY is either a symbol denoting a named feature, or a library
  14. name as string.
  15. If SHOW is non-nil, show the version in the minibuffer.
  16. Return the version from the header of LIBRARY as list. Signal an
  17. error if the LIBRARY was not found or had no X-Original-Version
  18. header.
  19. See Info node `(elisp)Library Headers' for more information
  20. about library headers.
  21. \(fn LIBRARY &optional SHOW)" t nil)
  22. (autoload 'pkg-info-library-version "pkg-info" "\
  23. Get the version in the header of LIBRARY.
  24. LIBRARY is either a symbol denoting a named feature, or a library
  25. name as string.
  26. If SHOW is non-nil, show the version in the minibuffer.
  27. Return the version from the header of LIBRARY as list. Signal an
  28. error if the LIBRARY was not found or had no proper header.
  29. See Info node `(elisp)Library Headers' for more information
  30. about library headers.
  31. \(fn LIBRARY &optional SHOW)" t nil)
  32. (autoload 'pkg-info-defining-library-original-version "pkg-info" "\
  33. Get the original version of the library defining FUNCTION.
  34. The original version is stored in the X-Original-Version header.
  35. This header is added by the MELPA package archive to preserve
  36. upstream version numbers.
  37. If SHOW is non-nil, show the version in mini-buffer.
  38. This function is mainly intended to find the version of a major
  39. or minor mode, i.e.
  40. (pkg-info-defining-library-version 'flycheck-mode)
  41. Return the version of the library defining FUNCTION. Signal an
  42. error if FUNCTION is not a valid function, if its defining
  43. library was not found, or if the library had no proper version
  44. header.
  45. \(fn FUNCTION &optional SHOW)" t nil)
  46. (autoload 'pkg-info-defining-library-version "pkg-info" "\
  47. Get the version of the library defining FUNCTION.
  48. If SHOW is non-nil, show the version in mini-buffer.
  49. This function is mainly intended to find the version of a major
  50. or minor mode, i.e.
  51. (pkg-info-defining-library-version 'flycheck-mode)
  52. Return the version of the library defining FUNCTION. Signal an
  53. error if FUNCTION is not a valid function, if its defining
  54. library was not found, or if the library had no proper version
  55. header.
  56. \(fn FUNCTION &optional SHOW)" t nil)
  57. (autoload 'pkg-info-package-version "pkg-info" "\
  58. Get the version of an installed PACKAGE.
  59. If SHOW is non-nil, show the version in the minibuffer.
  60. Return the version as list, or nil if PACKAGE is not installed.
  61. \(fn PACKAGE &optional SHOW)" t nil)
  62. (autoload 'pkg-info-version-info "pkg-info" "\
  63. Obtain complete version info for LIBRARY and PACKAGE.
  64. LIBRARY is a symbol denoting a named feature, or a library name
  65. as string. PACKAGE is a symbol denoting an ELPA package. If
  66. omitted or nil, default to LIBRARY.
  67. If SHOW is non-nil, show the version in the minibuffer.
  68. When called interactively, prompt for LIBRARY. When called
  69. interactively with prefix argument, prompt for PACKAGE as well.
  70. Return a string with complete version information for LIBRARY.
  71. This version information contains the version from the headers of
  72. LIBRARY, and the version of the installed PACKAGE, the LIBRARY is
  73. part of. If PACKAGE is not installed, or if the PACKAGE version
  74. is the same as the LIBRARY version, do not include a package
  75. version.
  76. \(fn LIBRARY &optional PACKAGE SHOW)" t nil)
  77. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pkg-info" '("pkg-info-")))
  78. ;;;***
  79. ;; Local Variables:
  80. ;; version-control: never
  81. ;; no-byte-compile: t
  82. ;; no-update-autoloads: t
  83. ;; coding: utf-8
  84. ;; End:
  85. ;;; pkg-info-autoloads.el ends here