]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "* lisp/progmodes/xref.el (xref-pop-marker-stack): Don't obsolete."
authorMattias Engdegård <mattiase@acm.org>
Thu, 4 Nov 2021 09:14:15 +0000 (10:14 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 4 Nov 2021 09:14:15 +0000 (10:14 +0100)
This reverts commit f56408a6f0152cd46d1ea8a0985fbfeeb839ea06.

As commented by Dmitry Gutov in [1], obsoleting `xref-pop-marker-stack`
makes sense.

[1] https://lists.gnu.org/archive/html/emacs-devel/2021-10/msg01870.html

lisp/progmodes/xref.el

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