]> git.eshelyaron.com Git - emacs.git/commit
Avoid duplicates when adding package dirs to load-path
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 May 2023 16:49:26 +0000 (18:49 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 23 May 2023 12:12:21 +0000 (14:12 +0200)
commit0abb79ca09a9d0118e2bae7a4d00cd8f8a537795
tree29378d2f7c7d7d8fccc46e68ddec913f88927b22
parent6f6071c52616cc30bc28083688a3ad8d70ce713e
Avoid duplicates when adding package dirs to load-path

Do not merge to master, we're going to delete this code there.

* lisp/emacs-lisp/package.el (package-activate-1): Check if the path
we're about to add is already in 'load-path', since package autoload
files have been updating 'load-path' for a decade.
lisp/emacs-lisp/package.el