Variable: package--old-archive-priorities

package--old-archive-priorities is a variable defined in package.el.gz.

Value

nil

Documentation

Store currently used package-archive-priorities.

This is the value of package-archive-priorities last time package-read-all-archive-contents was called. It can be used by arbitrary functions to decide whether it is necessary to call it again.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defvar package--old-archive-priorities nil
  "Store currently used `package-archive-priorities'.
This is the value of `package-archive-priorities' last time
`package-read-all-archive-contents' was called.  It can be used
by arbitrary functions to decide whether it is necessary to call
it again.")