From 13dd9d4f7e75d2c78aa5537cef09de03663e9748 Mon Sep 17 00:00:00 2001 From: Jan D Date: Sat, 23 May 2015 14:13:44 +0200 Subject: [PATCH] Fix etags Bug#20629 that broke C++ support. * etags.el (etags-xref-find-definitions-tag-order): Revert commit from Sun May 10 (Bug#20629). --- lisp/progmodes/etags.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 7a87377503d..8b5757b814a 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -2075,7 +2075,8 @@ 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-implicit-name-match-p + tag-symbol-match-p) "Tag order used in `etags-xref-find' to look for definitions.") ;;;###autoload -- 2.39.2