From: Dmitry Gutov Date: Sat, 9 May 2015 21:36:46 +0000 (+0300) Subject: Remove tag-symbol-match-p from etags-xref-find-definitions-tag-order X-Git-Tag: emacs-25.0.90~2133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7d601adefe130b773c1622a5aa8722d80709c1c;p=emacs.git Remove tag-symbol-match-p from etags-xref-find-definitions-tag-order * 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). --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 56818069a10..9a93176e742 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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