Revert "Fix etags Bug#20629 that broke C++ support."
This reverts commit 13dd9d4f7e
.
This commit is contained in:
parent
13dd9d4f7e
commit
dc4484ec6d
1 changed files with 1 additions and 2 deletions
|
@ -2075,8 +2075,7 @@ for \\[find-tag] (which see)."
|
|||
(defconst etags--xref-limit 1000)
|
||||
|
||||
(defvar etags-xref-find-definitions-tag-order '(tag-exact-match-p
|
||||
tag-implicit-name-match-p
|
||||
tag-symbol-match-p)
|
||||
tag-implicit-name-match-p)
|
||||
"Tag order used in `etags-xref-find' to look for definitions.")
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue