Function: xref-quit-and-pop-marker-stack
xref-quit-and-pop-marker-stack is an interactive and byte-compiled
function defined in xref.el.gz.
Signature
(xref-quit-and-pop-marker-stack)
Documentation
Quit *xref* buffer, then pop the xref marker stack.
Probably introduced at or before Emacs version 28.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defun xref-quit-and-pop-marker-stack ()
"Quit *xref* buffer, then pop the xref marker stack."
(interactive)
(quit-window)
(xref-pop-marker-stack))