]> git.eshelyaron.com Git - emacs.git/commit
Rename `xref-pop-marker-stack` to `xref-go-back` (bug#38797)
authorMattias Engdegård <mattiase@acm.org>
Mon, 25 Oct 2021 18:38:31 +0000 (20:38 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 25 Oct 2021 18:45:18 +0000 (20:45 +0200)
commitd8caa3d9fbd90de41efacfeb23c242df81c62bd0
tree6799fd2b630ddcced98d716e7a77f5dc98b35454
parente97d4e4ab216acf2bf7395a0d5137dacd9b390f8
Rename `xref-pop-marker-stack` to `xref-go-back` (bug#38797)

It is the natural name after the addition of `xref-go-forward`.
The old name is retained as an alias.

* lisp/progmodes/xref.el (xref-pop-marker-stack): Rename.
(xref-go-forward, xref-quit-and-pop-marker-stack)
(xref-find-definitions):
* lisp/menu-bar.el (menu-bar-goto-menu):
* lisp/progmodes/etags.el (find-tag-marker-ring, pop-tag-mark):
* lisp/progmodes/prog-mode.el (prog-context-menu):
* doc/emacs/maintaining.texi (Looking Up Identifiers):
* etc/NEWS:
Use the new name.
doc/emacs/maintaining.texi
etc/NEWS
lisp/menu-bar.el
lisp/progmodes/etags.el
lisp/progmodes/prog-mode.el
lisp/progmodes/xref.el