aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov2014-12-29 02:36:57 +0200
committerDmitry Gutov2014-12-29 02:36:57 +0200
commitc1eec814857c59069c8115bf83fce3548a8684b8 (patch)
tree4bbe34b6b8e48633e48a0f073f2964182bf2f8d0 /etc
parent9fb9136398821ed5f3a8b4405bbc222964f54028 (diff)
downloademacs-c1eec814857c59069c8115bf83fce3548a8684b8.tar.gz
emacs-c1eec814857c59069c8115bf83fce3548a8684b8.zip
Declare many etags command obsolete; update the goto menu
* lisp/menu-bar.el (menu-bar-goto-menu): Replace all but one etags item with xref ones. * lisp/progmodes/etags.el (find-tag-other-window) (find-tag-other-frame, find-tag-regexp, tags-loop-continue) (tags-apropos): Declare obsolete.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4d632783812..548f409348a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -456,6 +456,11 @@ easier binding, which is now unoccupied (`M-,').
456alias for a private variable. `xref-push-marker-stack' and 456alias for a private variable. `xref-push-marker-stack' and
457`xref-pop-marker-stack' should be used to mutate it instead. 457`xref-pop-marker-stack' should be used to mutate it instead.
458 458
459** etags
460As a result of the above, these commands are now obsolete:
461`find-tag-other-window', `find-tag-other-frame', `find-tag-regexp',
462`tags-apropos' and `tags-loop-continue'.
463
459** Obsolete packages 464** Obsolete packages
460 465
461--- 466---