]> code.delx.au - gnu-emacs/commitdiff
Un-obsolete tags-loop-continue
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 14 Jan 2016 00:38:57 +0000 (03:38 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 14 Jan 2016 00:39:27 +0000 (03:39 +0300)
* lisp/progmodes/etags.el (tags-loop-continue): Un-obsolete.
http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00682.html

etc/NEWS
lisp/progmodes/etags.el

index 525fa5e4cd4cfa912f6e64a67fc1965677fc4316..ef72d457ca794aa285098995566468f08c79c2c6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -954,7 +954,8 @@ of its back-ends.
 The command `xref-find-definitions' replaces `find-tag' and provides
 an interface to pick one definition among several.
 `tags-loop-continue' is now unbound.  `xref-pop-marker-stack' replaces
-`pop-tag-mark', but has a keybinding (`M-,'), unlike `pop-tag-mark'.
+`pop-tag-mark', but has a keybinding (`M-,') different from the one
+`pop-tag-mark' used.
 
 `xref-find-definitions-other-window' replaces `find-tag-other-window'.
 `xref-find-definitions-other-frame' replaces `find-tag-other-frame'.
@@ -962,7 +963,11 @@ an interface to pick one definition among several.
 
 As a result of this, the following commands are now obsolete:
 `find-tag-other-window', `find-tag-other-frame', `find-tag-regexp',
-`tags-apropos', and `tags-loop-continue'.
+`tags-apropos'.
+
+`tags-loop-continue' is not obsolete because it's still useful in
+`tags-search' and `tags-query-replace', for which there are no direct
+replacements yet.
 
 +++
 *** New variables
index 2db7220de5ce0d82ffc3247c7f01d540bb33274e..271033b15f8b1c50132a5beac699dc84c204d57f 100644 (file)
@@ -1794,7 +1794,6 @@ Two variables control the processing we do on each file: the value of
 interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
 evaluate to operate on an interesting file.  If the latter evaluates to
 nil, we exit; otherwise we scan the next file."
-  (declare (obsolete "use `xref-find-definitions' interface instead." "25.1"))
   (interactive)
   (let (new
        ;; Non-nil means we have finished one file