File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1013,8 +1013,6 @@ the `--debug-init' option to view a complete error backtrace."
1013
1013
(when debug-on-error-should-be-set
1014
1014
(setq debug-on-error debug-on-error-from-init-file))))
1015
1015
1016
- (defvar package--activated )
1017
-
1018
1016
(defun command-line ()
1019
1017
" A subroutine of `normal-top-level' .
1020
1018
Amongst another things, it parses the command-line arguments."
@@ -1235,7 +1233,7 @@ please check its value")
1235
1233
; ; If any package directory exists, initialize the package system.
1236
1234
(and user-init-file
1237
1235
package-enable-at-startup
1238
- (not package--activated)
1236
+ (not ( bound-and-true-p package--activated) )
1239
1237
(catch 'package-dir-found
1240
1238
(let (dirs )
1241
1239
(if (boundp 'package-directory-list )
You can’t perform that action at this time.
0 commit comments