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:
Jan D 2015-05-23 14:13:44 +02:00
parent c03c730481
commit 13dd9d4f7e

View file

@ -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