]> git.eshelyaron.com Git - emacs.git/commit
Add xref-after-jump-hook and xref-after-return-hook
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 19 Jul 2015 17:40:18 +0000 (20:40 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 19 Jul 2015 17:51:28 +0000 (20:51 +0300)
commit50ad176d2868a6bc622014ebe49b5bad45d0372c
treeb15a8668ebc7ad773b90ab7ab26adfe761ca4235
parenta46d268d28d278a6940679fc0d77d037aa52836f
Add xref-after-jump-hook and xref-after-return-hook

* lisp/progmodes/xref.el (xref-after-jump-hook)
(xref-after-return-hook): New hooks.
(xref-pulse-on-jump): Remove, in favor of the above.
(xref-pulse-momentarily): Rename from xref--maybe-pulse.
(xref--pop-to-location, xref--display-position)
(xref-pop-marker-stack): Use the new hooks, as requested in
http://lists.gnu.org/archive/html/emacs-devel/2015-07/msg00213.html
lisp/progmodes/xref.el