emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c7d601a 2/5: Remove tag-symbol-match-p from etags-x


From: Dmitry Gutov
Subject: [Emacs-diffs] master c7d601a 2/5: Remove tag-symbol-match-p from etags-xref-find-definitions-tag-order
Date: Sun, 10 May 2015 17:46:33 +0000

branch: master
commit c7d601adefe130b773c1622a5aa8722d80709c1c
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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).
---
 lisp/progmodes/etags.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 5681806..9a93176 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]