summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/find-func-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* find-func.el: Fix bug#41104Stefan Monnier2022-06-071-0/+7
| | | | | | | | | * lisp/emacs-lisp/find-func.el (find-function-advised-original): Look at the actual function definition rather than `advice--symbol-function` which sometimes returns only the advice. * test/lisp/emacs-lisp/find-func-tests.el (find-func-tests--find-library-verbose): Add test.
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
|
* * test/lisp/dabbrev-tests.el: Use 'kbd' for readable keys.Juri Linkov2021-10-211-1/+1
| | | | | | | (dabbrev-expand-test, dabbrev-completion-test) (dabbrev-completion-test-with-argument): Use 'kbd' to format keys for 'execute-kbd-macro'. (dabbrev-expand-test): Fix docstring.
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* Add some tests to find-func.elDaniel Martín2020-12-311-0/+63
|
* Improve "find definition" in *Help* buffersDaniel Martín2020-12-271-0/+10
| | | | | | | | | * 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).
* ; Fix license statement in several filesStefan Kangas2020-10-281-3/+5
| | | | Add the line "This file is part of GNU Emacs."
* * test/lisp/emacs-lisp/find-func-tests.el: New file (for bug#43393)Stefan Monnier2020-09-141-0/+45
* lisp/emacs-lisp/ert-x.el (ert-simulate-keys): New macro. * test/lisp/international/mule-tests.el (mule-cmds--test-universal-coding-system-argument): Use it and enable the test also in batch mode.