From 6065ef7343c82aa642398246349d6445bc95c607 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Fri, 8 May 2015 03:06:42 +0300 Subject: [PATCH] Declare find-tag obsolete * lisp/progmodes/etags.el (find-tag): Declare obsolete in favor of xref-find-definitions. --- lisp/progmodes/etags.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 6acafdbaba0..56818069a10 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -947,6 +947,7 @@ onto a ring and may be popped back to with \\[pop-tag-mark]. Contrast this with the ring of marks gone to by the command. See documentation of variable `tags-file-name'." + (declare (obsolete xref-find-definitions "25.1")) (interactive (find-tag-interactive "Find tag: ")) (let* ((buf (find-tag-noselect tagname next-p regexp-p)) (pos (with-current-buffer buf (point)))) -- 2.39.5