From: Dmitry Gutov Date: Sat, 23 Jan 2021 00:58:53 +0000 (+0200) Subject: ; xref-revert-buffer: Drop the (goto-char) at the end X-Git-Tag: emacs-28.0.90~4146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc98d0bf5225c281f91152aa838c4cb093df52e9;p=emacs.git ; xref-revert-buffer: Drop the (goto-char) at the end --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index abaa0dc5e8b..898cb4fb4c1 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -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.