Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b367a3de
Commit
b367a3de
authored
May 28, 2019
by
Dmitry Gutov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Remove unused piece of code and update a docstring
parent
cc71a82f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lisp/progmodes/xref.el
lisp/progmodes/xref.el
+1
-3
No files found.
lisp/progmodes/xref.el
View file @
b367a3de
...
...
@@ -805,8 +805,6 @@ Return an alist of the form ((FILENAME . (XREF ...)) ...)."
(
defun
xref-refresh-results
()
"Refresh the search results in the current buffer."
(
interactive
)
(
unless
xref--fetcher
(
user-error
"Reverting not supported"
))
(
let
((
inhibit-read-only
t
)
(
buffer-undo-list
t
))
(
save-excursion
...
...
@@ -842,7 +840,7 @@ FETCHER is a function of no arguments that returns a list of xref
values. It must not depend on the current buffer or selected
window.
ALIST
will
include
at least
the following keys:
ALIST
can
include
, but limited to,
the following keys:
WINDOW for the window that was selected before the current
command was called.
...
...
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