emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a0c7a64 4/4: Fix a void-function error


From: Dmitry Gutov
Subject: [Emacs-diffs] master a0c7a64 4/4: Fix a void-function error
Date: Thu, 30 May 2019 13:29:41 -0400 (EDT)

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

    Fix a void-function error
    
    * lisp/dired-aux.el (dired-do-find-regexp):
    Require 'xref' (bug#35352).
---
 lisp/dired-aux.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 51749ac..41fcd06 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -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))



reply via email to

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