From: Dmitry Gutov Date: Fri, 8 May 2015 00:06:42 +0000 (+0300) Subject: Declare find-tag obsolete X-Git-Tag: emacs-25.0.90~2134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6065ef7343c82aa642398246349d6445bc95c607;p=emacs.git Declare find-tag obsolete * lisp/progmodes/etags.el (find-tag): Declare obsolete in favor of xref-find-definitions. --- 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))))