Variable: package--autosuggest-database
package--autosuggest-database is a variable defined in
package-activate.el.gz.
Value
unset
Documentation
A list of package suggestions.
Each entry in the list is of a form suitable to for
package--suggestion-applies-p, which see. The special value unset
is used to indicate that package--autosuggest-find-candidates should
load the database into memory.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package-activate.el.gz
(defvar package--autosuggest-database 'unset
"A list of package suggestions.
Each entry in the list is of a form suitable to for
`package--suggestion-applies-p', which see. The special value `unset'
is used to indicate that `package--autosuggest-find-candidates' should
load the database into memory.")