]> code.delx.au - gnu-emacs/commit
Unbreak jumping to an alias's definition
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 29 Dec 2014 02:21:51 +0000 (04:21 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 29 Dec 2014 02:21:51 +0000 (04:21 +0200)
commit381c0bfaf2104295f25c4cc0ea68e881ed37170e
treed26c236ee7585b6a53f2836c24b331fa7cf2a091
parentceed9dd191c6739489f4ba78d82c21e162f5e95d
Unbreak jumping to an alias's definition

* lisp/emacs-lisp/find-func.el (find-function-library): Return a pair
(ORIG-FUNCTION . LIBRARY) instead of just its second element.
(find-function-noselect): Use it.

* lisp/progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to
`elisp--xref-identifier-location', incorporate logic from
`elisp--xref-find-definitions', use the changed
`find-function-library' return value.
lisp/ChangeLog
lisp/emacs-lisp/find-func.el
lisp/menu-bar.el
lisp/progmodes/elisp-mode.el