1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(find-tag): Delete the menu-enable property.

This commit is contained in:
Richard M. Stallman 1995-06-29 21:35:08 +00:00
parent e579232c97
commit cd29dce07a

View File

@ -182,7 +182,6 @@
'("Query Replace..." . query-replace))
(define-key menu-bar-search-menu [find-tag]
'("Find Tag..." . find-tag))
(put 'find-tag 'menu-enable 'tags-table-list)
(define-key menu-bar-search-menu [bookmark]
'("Bookmarks" . menu-bar-bookmark-map))