; xref-revert-buffer: Drop the (goto-char) at the end

This commit is contained in:
Dmitry Gutov 2021-01-23 02:58:53 +02:00
parent 5821dee094
commit cc98d0bf52

View file

@ -975,8 +975,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-definitions-buffer (fetcher alist)
"Show the definitions list in a regular window.