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:
parent
ef86025bcd
commit
f56408a6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue