mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/startup.el (package--activated): Fix redundant definition
This commit is contained in:
parent
8685db187b
commit
d370c6a686
1 changed files with 1 additions and 1 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue