Variable: package-vc--archive-data-alist

package-vc--archive-data-alist is a variable defined in package-vc.el.gz.

Value

nil

Documentation

List of package specification metadata for archives.

Each element of the list has the form (ARCHIVE . PLIST), where PLIST keys are one of:

 :version (integer)
   Indicates the version of the file formatting, to be compared
   with package-vc--elpa-packages-version.

 :vc-backend (symbol)
   A symbol of the default VC backend to use if a package specification
   does not indicate a backend. The value ought to be a member of
   vc-handled-backends. If omitted, vc-clone will fall back on
   package-vc-default-backend.

All other values are ignored.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/package-vc.el.gz
(defvar package-vc--archive-data-alist nil
  "List of package specification metadata for archives.
Each element of the list has the form (ARCHIVE . PLIST), where
PLIST keys are one of:

 `:version' (integer)
   Indicates the version of the file formatting, to be compared
   with `package-vc--elpa-packages-version'.

 `:vc-backend' (symbol)
   A symbol of the default VC backend to use if a package specification
   does not indicate a backend.  The value ought to be a member of
   `vc-handled-backends'.  If omitted, `vc-clone' will fall back on
   `package-vc-default-backend'.

All other values are ignored.")