aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDmitry Gutov2015-05-10 00:36:46 +0300
committerDmitry Gutov2015-05-10 20:45:37 +0300
commitc7d601adefe130b773c1622a5aa8722d80709c1c (patch)
treeea308ee56051bcf3824b155fc86affbc83d0cd77 /lisp
parent6065ef7343c82aa642398246349d6445bc95c607 (diff)
downloademacs-c7d601adefe130b773c1622a5aa8722d80709c1c.tar.gz
emacs-c7d601adefe130b773c1622a5aa8722d80709c1c.zip
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).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/etags.el3
1 files changed, 1 insertions, 2 deletions
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)."
2075(defconst etags--xref-limit 1000) 2075(defconst etags--xref-limit 1000)
2076 2076
2077(defvar etags-xref-find-definitions-tag-order '(tag-exact-match-p 2077(defvar etags-xref-find-definitions-tag-order '(tag-exact-match-p
2078 tag-implicit-name-match-p 2078 tag-implicit-name-match-p)
2079 tag-symbol-match-p)
2080 "Tag order used in `etags-xref-find' to look for definitions.") 2079 "Tag order used in `etags-xref-find' to look for definitions.")
2081 2080
2082;;;###autoload 2081;;;###autoload