]> git.eshelyaron.com Git - emacs.git/commit
Fix package reloading problems on systems with symlinks
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 25 Dec 2020 21:44:56 +0000 (22:44 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 25 Dec 2020 21:44:56 +0000 (22:44 +0100)
commitd18b1c8c7583b981d4f3d687e49e82250d51634f
treea5a680facc7ef5f6b801d60f3bc7cc4e48029780
parent443a53874b8cca1b382509fde1f0f8f70f56e916
Fix package reloading problems on systems with symlinks

* lisp/emacs-lisp/package.el (package--files-load-history): We're
comparing the truenames, so ensure that we've using that
everywhere.  This fixes problems when there's symlinks in the paths.
lisp/emacs-lisp/package.el