1
Fork 0
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:
Dmitry Gutov 2021-01-23 02:58:53 +02:00
parent 0399cc2ab5
commit 809503431d

View file

@ -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)))