From dc4484ec6de13a3d75b52c477a3cde59dc8ed46c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 May 2015 16:47:47 +0300 Subject: [PATCH] Revert "Fix etags Bug#20629 that broke C++ support." This reverts commit 13dd9d4f7e75d2c78aa5537cef09de03663e9748. --- lisp/progmodes/etags.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 8b5757b814a..7a87377503d 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 -- 2.39.2