emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 13dd9d4: Fix etags Bug#20629 that broke C++ support


From: Jan D.
Subject: [Emacs-diffs] master 13dd9d4: Fix etags Bug#20629 that broke C++ support.
Date: Sat, 23 May 2015 12:13:58 +0000

branch: master
commit 13dd9d4f7e75d2c78aa5537cef09de03663e9748
Author: Jan D <address@hidden>
Commit: Jan D <address@hidden>

    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 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 7a87377..8b5757b 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



reply via email to

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