* lisp/startup.el (package--activated): Fix redundant definition

This commit is contained in:
Stefan Monnier 2019-11-09 17:42:36 -05:00
parent 8685db187b
commit d370c6a686

View file

@ -1013,7 +1013,7 @@ the `--debug-init' option to view a complete error backtrace."
(when debug-on-error-should-be-set
(setq debug-on-error debug-on-error-from-init-file))))
(defvar package--activated nil)
(defvar package--activated)
(defun command-line ()
"A subroutine of `normal-top-level'.