]> git.eshelyaron.com Git - emacs.git/commitdiff
; xref-revert-buffer: Drop the (goto-char) at the end
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 23 Jan 2021 00:58:53 +0000 (02:58 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 23 Jan 2021 00:58:53 +0000 (02:58 +0200)
lisp/progmodes/xref.el

index abaa0dc5e8bfa16f1c82080ad1c82b3c69fe43a5..898cb4fb4c15a3a9aded4d67cc4aeffc1743bac6 100644 (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.