From: Eli Zaretskii Date: Sat, 23 May 2015 13:47:47 +0000 (+0300) Subject: Revert "Fix etags Bug#20629 that broke C++ support." X-Git-Tag: emacs-25.0.90~2006 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc4484ec6de13a3d75b52c477a3cde59dc8ed46c;p=emacs.git Revert "Fix etags Bug#20629 that broke C++ support." This reverts commit 13dd9d4f7e75d2c78aa5537cef09de03663e9748. --- 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