]> git.eshelyaron.com Git - emacs.git/commit
Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
authorRoland McGrath <roland@gnu.org>
Thu, 14 Dec 1995 06:34:54 +0000 (06:34 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 14 Dec 1995 06:34:54 +0000 (06:34 +0000)
commit83287e5be35f018da090208ef3480fe081ceb7e4
treeb356912c155bede5a3b3396a675f9d24f8d628ea
parent66fc2bf5cfbd56abccb005b2b9692924b0db4603
Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
which were obviously never tested or even examined closely before
being installed.
(find-tag-file-order): Variable removed.
(find-tag-noselect): Remove gratuitously added variable SEARCH-TAG and
bogus clobbering of find-tag-order for patterns ending in dot (serious
braindamage here).
(find-tag-in-order): Remove gratuitously added variable TAGS-TABLE-FILE.
Remove variable MATCH-TYPE and code testing it for stupid special case.
(etags-recognize-tags-table): Put tag-exact-file-name-match-p first in
find-tag-tag-order list.  Don't set bogus find-tag-file-order variable.
(etags-snarf-tag): Notice file name match and return tag info with t
in place of tag text.
(etags-goto-tag-location): If (car TAG-INFO) is t, go directly to
the specified location.
(tag-exact-file-name-match-p): Renamed from tag-filename-match-p, and fixed.
(tags-table-files): Doc fix: names are returned unexpanded.
(etags-tags-table-files): Don't expand file names.
(tags-table-including, next-file): Expand result of (tags-table-files).
(tags-complete-tags-table-file): New function, helper for interactive
spec of list-tags.
(list-tags): Revert to original code, but use that function to lazify
the completion table.
(tags-list-functions-in-file, tags-locate-file-in-tags-table):
Functions removed.
lisp/progmodes/etags.el