Variable: package--activated
package--activated is a variable defined in package-activate.el.gz.
Value
t
Documentation
Non-nil if package-activate-all has been run.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package-activate.el.gz
;;; Installation -- Local operations
;; This section contains a variety of features regarding installing a
;; package to/from disk. This includes autoload generation,
;; unpacking, compiling, as well as defining a package from the
;; current buffer.
;;;; Unpacking
;;;###autoload
(defvar package--activated nil
"Non-nil if `package-activate-all' has been run.")