summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-05-08 03:06:42 +0300
committerDmitry Gutov <dgutov@yandex.ru>2015-05-10 20:45:37 +0300
commit6065ef7343c82aa642398246349d6445bc95c607 (patch)
tree03a02b675951f6e994f0108602d1540ba7243dc9 /lisp/progmodes
parentb9ace209580458c694926200f9308c290bd911cd (diff)
downloademacs-6065ef7343c82aa642398246349d6445bc95c607.tar.gz
Declare find-tag obsolete
* lisp/progmodes/etags.el (find-tag): Declare obsolete in favor of xref-find-definitions.
Diffstat (limited to 'lisp/progmodes')
-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].
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))))