]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove tag-symbol-match-p from etags-xref-find-definitions-tag-order
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 9 May 2015 21:36:46 +0000 (00:36 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 10 May 2015 17:45:37 +0000 (20:45 +0300)
* lisp/progmodes/etags.el (etags-xref-find-definitions-tag-order):
Remove tag-symbol-match-p from the default value
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00292.html).

lisp/progmodes/etags.el

index 56818069a10de2b79a769c85ac8cde786037efad..9a93176e74292282605a4a49e2e8107f6a496335 100644 (file)
@@ -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