]> code.delx.au - gnu-emacs/commit
Detect aliases to built-in functions
authorTino Calancha <tino.calancha@gmail.com>
Sat, 9 Jul 2016 13:56:25 +0000 (22:56 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sat, 9 Jul 2016 13:56:25 +0000 (22:56 +0900)
commitc3223dd505ba0ecde57371eae7e9a59637a852e4
treec5d66cc5e4187d29b26a49a58c3aa8de70e21b07
parentbfc29a5bcef1df4380a4f043f05035b88cd5c482
Detect aliases to built-in functions

* lisp/help-fns.el (describe-function-1): Check for aliases
defined with (defalias alias (symbol-function built-in)) (Bug#23887).

* test/lisp/help-fns-tests.el (help-fns-test-bug23887): Untag as
failing this test.
lisp/help-fns.el
test/lisp/help-fns-tests.el