emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Dmitry Gutov
Subject: master cc98d0b: ; xref-revert-buffer: Drop the (goto-char) at the end
Date: Fri, 22 Jan 2021 19:59:27 -0500 (EST)

branch: master
commit cc98d0bf5225c281f91152aa838c4cb093df52e9
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; xref-revert-buffer: Drop the (goto-char) at the end
---
 lisp/progmodes/xref.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index abaa0dc..898cb4f 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]