]> git.eshelyaron.com Git - emacs.git/commit
Kill off xref--display-history
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 21 Feb 2016 22:40:53 +0000 (00:40 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 21 Feb 2016 22:57:41 +0000 (00:57 +0200)
commite19c1c301700430ae428f40c2a364671f5d50dcf
tree2626d7e8ded534016c6120e443f26d085121fd97
parent5698947ff9335cf150c73cca257a5e7e5951b045
Kill off xref--display-history

Now that the core workflow keeps the xref window visible, there's
less value in storing this history.  And it never was
comprehensive enough to undo scrolling changes.
* lisp/progmodes/xref.el (xref--display-history)
(xref--save-to-history, xref-quit): Remove.
(xref--show-pos-in-buf): Update accordingly.
(xref--xref-buffer-mode-map): Remove xref-quit binding.
lisp/progmodes/xref.el