diff options
| -rw-r--r-- | lisp/progmodes/xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index f674c70b104..b5632af13ab 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el | |||
| @@ -902,7 +902,7 @@ IGNORES is a list of glob patterns." | |||
| 902 | (match-string 1) | 902 | (match-string 1) |
| 903 | (buffer-substring-no-properties (point) (line-end-position))) | 903 | (buffer-substring-no-properties (point) (line-end-position))) |
| 904 | hits))) | 904 | hits))) |
| 905 | (xref--convert-hits hits regexp))) | 905 | (xref--convert-hits (nreverse hits) regexp))) |
| 906 | 906 | ||
| 907 | (defun xref--rgrep-command (regexp files dir ignores) | 907 | (defun xref--rgrep-command (regexp files dir ignores) |
| 908 | (require 'find-dired) ; for `find-name-arg' | 908 | (require 'find-dired) ; for `find-name-arg' |