]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/xref.el (xref-pop-marker-stack): Don't obsolete.
authorMattias Engdegård <mattiase@acm.org>
Tue, 26 Oct 2021 08:10:02 +0000 (10:10 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 26 Oct 2021 08:10:02 +0000 (10:10 +0200)
lisp/progmodes/xref.el

index 26188bbddabfbeedc4be9639cca14394811255dc..f2fc0479aadc0e25b9f3c9a7a81b084dec1f6ee6 100644 (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 ()