]> git.eshelyaron.com Git - emacs.git/commit
Add links to commentary reached with finder-list-keywords
authorStefan Kangas <stefan@marxist.se>
Sat, 23 Oct 2021 03:25:37 +0000 (05:25 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 23 Oct 2021 03:28:32 +0000 (05:28 +0200)
commit241574375df80a136624ea622d76b426e1437617
tree7daffe713eacf573f407db070d6caa5e82bc8c23
parent0170e6d0e876e897cf98e1e1767523dcf058090e
Add links to commentary reached with finder-list-keywords

* lisp/finder.el (finder-goto-xref): Move from here...
* lisp/emacs-lisp/package.el (package--finder-goto-xref): ...to
here.  Make the old name into an obsolete function alias.
(package--finder-xref): New button type.
(package--describe-add-library-links): Factor out new function...
* lisp/finder.el (finder-commentary): ...from here.
(describe-package-1): Call above new function.  This fixes an
issue where commentaries reached via 'finder-list-keywords' did
not have links.  (Bug#10814)
lisp/emacs-lisp/package.el
lisp/finder.el