; xref-revert-buffer: Drop the (goto-char) at the end
This commit is contained in:
parent
5821dee094
commit
cc98d0bf52
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue