]> 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>
Sun, 24 Jan 2021 01:26:10 +0000 (03:26 +0200)
(cherry picked from commit cc98d0bf5225c281f91152aa838c4cb093df52e9)

lisp/progmodes/xref.el

index 7f5e76c74095179a31c068e5e8e7fa321b341f87..0b25110b79bae876e9c64e5fa54d10d471176dbe 100644 (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)))