From d370c6a686b85abe1a617475e2d9279d506eac46 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 9 Nov 2019 17:42:36 -0500 Subject: [PATCH] * lisp/startup.el (package--activated): Fix redundant definition --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 651224fe6c4..5fd76d9284e 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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'. -- 2.39.5