mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 03:52:16 -08:00
; xref-revert-buffer: Drop the (goto-char) at the end
(cherry picked from commit cc98d0bf52)
This commit is contained in:
parent
0399cc2ab5
commit
809503431d
1 changed files with 1 additions and 2 deletions
|
|
@ -884,8 +884,7 @@ Return an alist of the form ((FILENAME . (XREF ...)) ...)."
|
|||
(insert
|
||||
(propertize
|
||||
(error-message-string err)
|
||||
'face 'error))))
|
||||
(goto-char (point-min)))))
|
||||
'face 'error)))))))
|
||||
|
||||
(defun xref--show-defs-buffer (fetcher alist)
|
||||
(let ((xrefs (funcall fetcher)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue