emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6065ef7 1/5: Declare find-tag obsolete


From: Dmitry Gutov
Subject: [Emacs-diffs] master 6065ef7 1/5: Declare find-tag obsolete
Date: Sun, 10 May 2015 17:46:32 +0000

branch: master
commit 6065ef7343c82aa642398246349d6445bc95c607
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Declare find-tag obsolete
    
    * lisp/progmodes/etags.el (find-tag): Declare obsolete in favor of
    xref-find-definitions.
---
 lisp/progmodes/etags.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 6acafdb..5681806 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]