Variable: package-read-archive-hook

package-read-archive-hook is a variable defined in package.el.gz.

Value

(package-read-archive-contents
 package-vc--read-archive-data)

Documentation

List of functions to call to read the archive contents.

Each function must take an optional argument, a symbol indicating what archive to read in. The symbol ought to be a key in package-archives.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defvar package-read-archive-hook (list #'package-read-archive-contents)
  "List of functions to call to read the archive contents.
Each function must take an optional argument, a symbol indicating
what archive to read in.  The symbol ought to be a key in
`package-archives'.")