projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b25889
)
Revert "* lisp/progmodes/xref.el (xref-pop-marker-stack): Don't obsolete."
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 4 Nov 2021 09:14:15 +0000
(10:14 +0100)
committer
Mattias 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index f2fc0479aadc0e25b9f3c9a7a81b084dec1f6ee6..26188bbddabfbeedc4be9639cca14394811255dc 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-432,7
+432,7
@@
The future stack is erased."
(setcdr xref--history nil))
;;;###autoload
-(def
alias 'xref-pop-marker-stack #'xref-go-back
)
+(def
ine-obsolete-function-alias 'xref-pop-marker-stack #'xref-go-back "29.1"
)
;;;###autoload
(defun xref-go-back ()