Fix etags Bug#20629 that broke C++ support.
* etags.el (etags-xref-find-definitions-tag-order): Revert commit from Sun May 10 (Bug#20629).
This commit is contained in:
parent
c03c730481
commit
13dd9d4f7e
1 changed files with 2 additions and 1 deletions
|
@ -2075,7 +2075,8 @@ 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-implicit-name-match-p
|
||||
tag-symbol-match-p)
|
||||
"Tag order used in `etags-xref-find' to look for definitions.")
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue