diff options
| author | Dmitry Gutov | 2014-12-29 02:36:57 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2014-12-29 02:36:57 +0200 |
| commit | c1eec814857c59069c8115bf83fce3548a8684b8 (patch) | |
| tree | 4bbe34b6b8e48633e48a0f073f2964182bf2f8d0 /etc | |
| parent | 9fb9136398821ed5f3a8b4405bbc222964f54028 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -456,6 +456,11 @@ easier binding, which is now unoccupied (`M-,'). | |||
| 456 | alias for a private variable. `xref-push-marker-stack' and | 456 | alias 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 | ||
| 460 | As 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 | --- |