; xref-revert-buffer: Drop the (goto-char) at the end
(cherry picked from commit cc98d0bf52)
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user