]> git.eshelyaron.com Git - emacs.git/commit
Fix "Finder" description for multi-file packages
authorStephen Gildea <stepheng+emacs@gildea.com>
Thu, 26 Aug 2021 00:39:26 +0000 (17:39 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Thu, 26 Aug 2021 00:39:26 +0000 (17:39 -0700)
commit0aa0410372dc9dbd251fec0ec71a28e88b9697ec
tree63a3f18285ca0e681e218c93e7e6ac3dcabef71d
parent5b03849102819e147ba6458bd7eb2bd5abc7e60d
Fix "Finder" description for multi-file packages

* lisp/finder.el (finder-compile-keywords):  Now that 'version' is
set for more files, it is no longer necessary to check that we have
a version when picking the file from which to take the description.
Doing so caused built-in packages (where the version is known) to have
their package description taken from the last .el file that matched the
file name pattern, usually the last source file in the sub-directory.

This bug was introduced in July 2019 and first released in Emacs 27.1.

Thanks to Michael Albinus for reviewing this patch.
lisp/finder.el