]> code.delx.au - gnu-emacs/commitdiff
Fix etags Bug#20629 that broke C++ support.
authorJan D <jan.h.d@swipnet.se>
Sat, 23 May 2015 12:13:44 +0000 (14:13 +0200)
committerJan D <jan.h.d@swipnet.se>
Sat, 23 May 2015 12:13:44 +0000 (14:13 +0200)
* etags.el (etags-xref-find-definitions-tag-order): Revert commit
from Sun May 10 (Bug#20629).

lisp/progmodes/etags.el

index 7a87377503d9662e3709a1af3de0ca51e88bda06..8b5757b814a749ed2cadb2b07961e50368466637 100644 (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