]> git.eshelyaron.com Git - emacs.git/commit
Stop adding the package directory to the load path
authorRobert Pluim <rpluim@gmail.com>
Tue, 23 May 2023 13:01:11 +0000 (15:01 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 23 May 2023 13:13:50 +0000 (15:13 +0200)
commit1d5b164109b59559d34c545c2a163fa067ca22b2
treea98c8f5e5145c354ca233bb1040ee017308fb078
parentd4ff1d74209e97730c52ddd50c4d643c79087a33
Stop adding the package directory to the load path

The generated autoloads files for packages have been updating the
load-path for the last decade.

* lisp/emacs-lisp/package.el (package-activate-1): Don't update
load-path with package directory.
lisp/emacs-lisp/package.el