Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7126e9a4
Commit
7126e9a4
authored
Nov 14, 2015
by
Dmitry Gutov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Update xref-etags-mode for the latest change
parent
246d6605
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
lisp/progmodes/xref.el
lisp/progmodes/xref.el
+3
-8
No files found.
lisp/progmodes/xref.el
View file @
7126e9a4
...
...
@@ -812,14 +812,9 @@ and just use etags."
:lighter
""
(
if
xref-etags-mode
(
progn
(
setq
xref-etags-mode--saved
(
cons
xref-find-function
xref-identifier-completion-table-function
))
(
kill-local-variable
'xref-find-function
)
(
kill-local-variable
'xref-identifier-completion-table-function
))
(
setq-local
xref-find-function
(
car
xref-etags-mode--saved
))
(
setq-local
xref-identifier-completion-table-function
(
cdr
xref-etags-mode--saved
))))
(
setq
xref-etags-mode--saved
xref-backend-functions
)
(
kill-local-variable
'xref-backend-functions
))
(
setq-local
xref-backend-functions
xref-etags-mode--saved
)))
(
declare-function
semantic-symref-find-references-by-name
"semantic/symref"
)
(
declare-function
semantic-find-file-noselect
"semantic/fw"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment