emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master b367a3d 1/4: ; Remove unused piece of code and upda


From: Dmitry Gutov
Subject: [Emacs-diffs] master b367a3d 1/4: ; Remove unused piece of code and update a docstring
Date: Thu, 30 May 2019 13:29:40 -0400 (EDT)

branch: master
commit b367a3dee13d46fc44a49d4a94d5142e1f98c6da
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Remove unused piece of code and update a docstring
---
 lisp/progmodes/xref.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index d7e82d1..58c0119 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -805,8 +805,6 @@ Return an alist of the form ((FILENAME . (XREF ...)) ...)."
 (defun xref-refresh-results ()
   "Refresh the search results in the current buffer."
   (interactive)
-  (unless xref--fetcher
-    (user-error "Reverting not supported"))
   (let ((inhibit-read-only t)
         (buffer-undo-list t))
     (save-excursion
@@ -842,7 +840,7 @@ FETCHER is a function of no arguments that returns a list 
of xref
 values.  It must not depend on the current buffer or selected
 window.
 
-ALIST will include at least the following keys:
+ALIST can include, but limited to, the following keys:
 
 WINDOW for the window that was selected before the current
 command was called.



reply via email to

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