Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a0c7a640
Commit
a0c7a640
authored
May 30, 2019
by
Dmitry Gutov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a void-function error
* lisp/dired-aux.el (dired-do-find-regexp): Require 'xref' (bug#35352).
parent
a01693a4
Pipeline
#1835
failed with stage
in 51 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/dired-aux.el
lisp/dired-aux.el
+1
-0
No files found.
lisp/dired-aux.el
View file @
a0c7a640
...
...
@@ -2899,6 +2899,7 @@ directories.
REGEXP
should
use
constructs
supported
by
your
local
`
grep
'
command.
"
(interactive "
sSearch
marked
files
(
regexp
)
:
")
(require 'grep)
(require 'xref)
(defvar grep-find-ignored-files)
(declare-function rgrep-find-ignored-directories "
grep
" (dir))
(let* ((files (dired-get-marked-files nil nil nil nil t))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment