Don't reload packages at startup
commit18d4bdf135524f33173caa2ef2164345bd09017d
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 18 Dec 2014 10:10:34 +0000 (18 12:10 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 18 Dec 2014 10:10:34 +0000 (18 12:10 +0200)
tree586980465aca076d257afe75c7574b0653a56257
parent9e77c1b7bcfd0807be7fe67daf73c2320e864309
Don't reload packages at startup

Fixes: debbugs:19390

* lisp/emacs-lisp/package.el (package-activate-1): Add RELOAD argument
and a docstring.
(package-activate): Call itself on dependencies on PACKAGE with
the same FORCE argument.  Pass FORCE as RELOAD into
`package-activate-1' .
lisp/ChangeLog
lisp/emacs-lisp/package.el