1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00

* lisp/progmodes/xref.el (xref-pop-marker-stack): Don't obsolete.

This commit is contained in:
Mattias Engdegård 2021-10-26 10:10:02 +02:00
parent ef86025bcd
commit f56408a6f0

View file

@ -432,7 +432,7 @@ The future stack is erased."
(setcdr xref--history nil))
;;;###autoload
(define-obsolete-function-alias 'xref-pop-marker-stack #'xref-go-back "29.1")
(defalias 'xref-pop-marker-stack #'xref-go-back)
;;;###autoload
(defun xref-go-back ()