]> git.eshelyaron.com Git - emacs.git/commit
Improve "find definition" in *Help* buffers
authorDaniel Martín <mardani29@yahoo.es>
Sun, 27 Dec 2020 08:04:56 +0000 (09:04 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 27 Dec 2020 08:04:56 +0000 (09:04 +0100)
commit80420faf4921ffe5e9d4c4f9595941acf3156e50
tree3893cf5919ac80cfb6abdfebba8544a15c0316eb
parent0f790464d547dd57a857d88dab309b286067ac45
Improve "find definition" in *Help* buffers

* lisp/emacs-lisp/find-func.el (find-function-search-for-symbol): If
our regexp algorithm could not find a location for the symbol
definition, resort to find-function--search-by-expanding-macros.
* test/lisp/emacs-lisp/find-func-tests.el: Add a automatic test for a
function and variable generated by a macro.
* etc/NEWS: Advertise the improved functionality (bug#45443).
etc/NEWS
lisp/emacs-lisp/find-func.el
test/lisp/emacs-lisp/find-func-tests.el