aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDmitry Gutov2015-05-08 03:06:42 +0300
committerDmitry Gutov2015-05-10 20:45:37 +0300
commit6065ef7343c82aa642398246349d6445bc95c607 (patch)
tree03a02b675951f6e994f0108602d1540ba7243dc9 /lisp
parentb9ace209580458c694926200f9308c290bd911cd (diff)
downloademacs-6065ef7343c82aa642398246349d6445bc95c607.tar.gz
emacs-6065ef7343c82aa642398246349d6445bc95c607.zip
Declare find-tag obsolete
* lisp/progmodes/etags.el (find-tag): Declare obsolete in favor of xref-find-definitions.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/etags.el1
1 files changed, 1 insertions, 0 deletions
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].
947Contrast this with the ring of marks gone to by the command. 947Contrast this with the ring of marks gone to by the command.
948 948
949See documentation of variable `tags-file-name'." 949See documentation of variable `tags-file-name'."
950 (declare (obsolete xref-find-definitions "25.1"))
950 (interactive (find-tag-interactive "Find tag: ")) 951 (interactive (find-tag-interactive "Find tag: "))
951 (let* ((buf (find-tag-noselect tagname next-p regexp-p)) 952 (let* ((buf (find-tag-noselect tagname next-p regexp-p))
952 (pos (with-current-buffer buf (point)))) 953 (pos (with-current-buffer buf (point))))